mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
fix(developer): Add deprecation of OC.dialogs.fileexists to upgrade guide
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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