mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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:
@@ -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
|
||||
----------------
|
||||
|
||||
|
||||
@@ -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
|
||||
----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user