You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modal Dialogs are used for various purposes. Example might be a confirmation dialog before deleting an entity. They can be controlled using keyboard shortcuts. The following table lists all available shortcuts:
20
+
Modal Dialogs are used for various purposes. Example might be a confirmation dialog before deleting an entity. We can control them using keyboard shortcuts. The following table lists all available shortcuts:
Form fields can be controlled using keyboard shortcuts. Depending on the operating system we can use either `Ctrl` or `Cmd` key. Together with Enter key we can submit any form.
Copy file name to clipboardExpand all lines: docs/more/self-hosted-dsw/upgrade-guidelines.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,13 @@ Usually, nothing special is required for the upgrade. Internal structure changes
43
43
44
44
Make sure to stop ``document-worker`` and ``mailer`` before upgrading to the next version. Run ``wizard-server`` first, then run the workers. Otherwise the database migrations might not work correctly.
45
45
46
+
4.24.X to 4.25.X
47
+
----------------
48
+
49
+
- Endpoints in the sections related to the Knowledge Model and the Knowledge Model Editor have been updated. Please check the API documentation for the new endpoints.
50
+
- All Document Submissions with no Submission service defined will be deleted during migration. This can happen if the Submission service used by the Document Submission was deleted or renamed.
51
+
- It is necessary to finish all Knowledge Model migrations, either by completing or deleting them, before upgrading. The upgrade will delete any ongoing migrations.
0 commit comments