Content
View differences
Updated by Sagar Gurung over 1 year ago
For showing group folder error we have created a custom component during integration configuration in UI. Nextcloud has NoteCard component where we can show different warning, information and errors too. instead of using the custom component, we can use those Nextcloud's Note Card to display error information in our application during configuration.
**The Old UI:**
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/203465/content">
**The new UI should look like using the Note Card Component this:**
**<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/203467/content">**
**This Also needs a little QA:**
**Steps to reproduce 1:**
1. Configure all the integration configuration with group folder being disabled on nextcloud
2. Try to set up the project folder set up.
<br>
**Steps to reproduce 2:**
1. Configure all the integration configuration with group folder being enabled (your configuration should be fully set up) on nextcloud
2. Disable the integration app
3. Remove `OpenProject` group by navigating to `Admin Profile > Account` in Nectcloud
4. Enable the integration app
5. Navigate to `Administration Setting Administration `Setting > OpenProject`
<br>
**Expected Behavior:**
* New custom NoteCard error UI should be displayed in the UI as shown in the above image
<br>
**The Old UI:**
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/203465/content">
**The new UI should look like using the Note Card Component this:**
**<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/203467/content">**
**This Also needs a little QA:**
**Steps to reproduce 1:**
1. Configure all the integration configuration with group folder being disabled on nextcloud
2. Try to set up the project folder set up.
<br>
**Steps to reproduce 2:**
1. Configure all the integration configuration with group folder being enabled (your configuration should be fully set up) on nextcloud
2. Disable the integration app
3. Remove `OpenProject` group by navigating to `Admin Profile > Account` in Nectcloud
4. Enable the integration app
5. Navigate to `Administration Setting
<br>
**Expected Behavior:**
* New custom NoteCard error UI should be displayed in the UI as shown in the above image
<br>