fix: Add deprecation to OC.dialogs.fileexists

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2024-04-09 19:51:37 +02: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

View file

@ -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