Content
View differences
Updated by Sajan Gurung about 1 year ago
Currently, we show these error labels if a certain app is not installed, enabled or supported
> Please install the [user\_oidc](https://nextcloud.local/index.php/settings/apps/files/user_oidc) app to use OIDC authentication method.
>
> The "user\_oidc" app is not supported. Requires app version "7.2.0" or later and
>
> The "oidc" app is not enabled or supported. Requires app version "1.6.0" or later
To reduce duplication, we should merge the not-enabled and not-supported error labels into one. Therefore, use this existing error label and remove the other ones: one:
> The "oidc" app is not enabled or supported. Requires app version "1.6.0" or later
Or if a download link is required: <br>
> The "oidc" app is not enabled or supported. Requires app version "1.6.0" or later. [Download and enable it](https://community.openproject.org/test)
Expected behavior:
<figure class="table op-uc-figure_align-center op-uc-figure"><table class="op-uc-table"><tbody><tr class="op-uc-table--row"><td class="op-uc-table--cell"><figure class="image image_resized op-uc-figure" style="width:393px;"><div class="op-uc-figure--content"><img class="op-uc-image" src="/api/v3/attachments/623295/content"></div><figcaption class="op-uc-figure--description">soft error label</figcaption></figure></td><td class="op-uc-table--cell"><figure class="image image_resized op-uc-figure" style="width:396px;"><div class="op-uc-figure--content"><img class="op-uc-image" src="/api/v3/attachments/623296/content"></div><figcaption class="op-uc-figure--description">error with card</figcaption></figure></td></tr></tbody></table></figure>
### Motivation
* code maintainability
* remove similar error labels
Open tasks:
* [ ] merge error labels
<br>
> Please install the [user\_oidc](https://nextcloud.local/index.php/settings/apps/files/user_oidc) app to use OIDC authentication method.
>
> The "user\_oidc" app is not supported. Requires app version "7.2.0" or later
>
> The "oidc" app is not enabled or supported. Requires app version "1.6.0" or later
To reduce duplication, we should merge the not-enabled and not-supported error labels into one. Therefore, use this existing error label and remove the other ones:
> The "oidc" app is not enabled or supported. Requires app version "1.6.0" or later
Or if a download link is required:
> The "oidc" app is not enabled or supported. Requires app version "1.6.0" or later. [Download and enable it](https://community.openproject.org/test)
Expected behavior:
<figure class="table op-uc-figure_align-center op-uc-figure"><table class="op-uc-table"><tbody><tr class="op-uc-table--row"><td class="op-uc-table--cell"><figure class="image image_resized op-uc-figure" style="width:393px;"><div class="op-uc-figure--content"><img class="op-uc-image" src="/api/v3/attachments/623295/content"></div><figcaption class="op-uc-figure--description">soft error label</figcaption></figure></td><td class="op-uc-table--cell"><figure class="image image_resized op-uc-figure" style="width:396px;"><div class="op-uc-figure--content"><img class="op-uc-image" src="/api/v3/attachments/623296/content"></div><figcaption class="op-uc-figure--description">error with card</figcaption></figure></td></tr></tbody></table></figure>
### Motivation
* code maintainability
* remove similar error labels
Open tasks:
* [ ] merge error labels
<br>