fix: Add deprecation to `OC.dialogs.fileexists`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/44756/head
Ferdinand Thiessen 2024-04-09 19:51:37 +07:00
parent 728c46d174
commit 76dc3787e2
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
3 changed files with 4 additions and 2 deletions

@ -470,6 +470,8 @@ const Dialogs = {
* @param {object} replacement file with name, size and mtime
* @param {object} controller with onCancel, onSkip, onReplace and onRename methods
* @returns {Promise} jquery promise that resolves after the dialog template was loaded
*
* @deprecated 29.0.0 Use openConflictPicker from the @nextcloud/upload package instead
*/
fileexists: function(data, original, replacement, controller) {
var self = this

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long