Merge pull request #11715 from nextcloud/fix/deprecate-oc-dialogs

fix(developer): Add deprecation of `OC.dialogs.fileexists` to upgrade…
This commit is contained in:
Christoph Wurst
2024-04-09 21:12:12 +02:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -33,6 +33,11 @@ Removed globals
* Global ``autosize`` is removed, it was deprecated for over 4 years and scheduled for removal with Nextcloud 20. If you still need it you should ship your own version.
Deprecated APIs
^^^^^^^^^^^^^^^
* ``OC.dialogs.fileexists`` is deprecated. Use ``openConflictPicker`` from `@nextcloud/upload <https://nextcloud-libraries.github.io/nextcloud-upload/functions/openConflictPicker.html>`_ instead.
Back-end changes
----------------

View File

@@ -20,6 +20,12 @@ Removed APIs
Removed globals
^^^^^^^^^^^^^^^
Deprecated APIs
^^^^^^^^^^^^^^^
* ``OC.dialogs.fileexists`` was already deprecated in Nextcloud 29, but is now also marked as such.
Use ``openConflictPicker`` from `@nextcloud/upload <https://nextcloud-libraries.github.io/nextcloud-upload/functions/openConflictPicker.html>`_ instead.
Back-end changes
----------------