diff --git a/docs/wiki/2.07-Manage-Task-Integrations.md b/docs/wiki/2.07-Manage-Task-Integrations.md index 3f1a0080f0..0b6236f43f 100755 --- a/docs/wiki/2.07-Manage-Task-Integrations.md +++ b/docs/wiki/2.07-Manage-Task-Integrations.md @@ -26,6 +26,8 @@ The **issue provider panel** (Integrations & Calendars) is a side panel that lis If the integration “doesn’t work,” check that you used the right link and the right provider (iCal vs CalDAV). For more detail see [[4.24-Integrations]] and [[3.07-Issue-Integration-Comparison]]. +For **CalDAV Events** calendar lists, enter the server URL, username, and password first, then click **Load Options** before choosing calendars. The calendar dropdowns stay disabled until options are loaded. Both the server root (for example, `https://host/remote.php/dav` for Nextcloud) and a specific calendar-home URL are supported. If no calendars are found, check the credentials and confirm that the account has at least one event calendar available. + After saving, a new **tab** appears in the panel for that provider. You can have multiple instances of the same type (e.g. two Jira configurations) and reorder tabs by dragging. ### Azure DevOps and Self-Hosted TFS URLs diff --git a/src/app/features/issue/dialog-edit-issue-provider/dialog-edit-issue-provider.component.html b/src/app/features/issue/dialog-edit-issue-provider/dialog-edit-issue-provider.component.html index b7416dfb9e..135ee6c989 100644 --- a/src/app/features/issue/dialog-edit-issue-provider/dialog-edit-issue-provider.component.html +++ b/src/app/features/issue/dialog-edit-issue-provider/dialog-edit-issue-provider.component.html @@ -183,6 +183,21 @@ {{ T.F.ISSUE.DIALOG.LOAD_OPTIONS_FAILED | translate }} } + @case ('empty') { + + + info + {{ T.F.ISSUE.DIALOG.NO_OPTIONS_FOUND_HELP | translate }} + + } @default {