Skip to content

Commit a55986a

Browse files
committed
fix: Add deprecation to OC.dialogs.fileexists
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 728c46d commit a55986a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/OC/dialogs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ const Dialogs = {
470470
* @param {object} replacement file with name, size and mtime
471471
* @param {object} controller with onCancel, onSkip, onReplace and onRename methods
472472
* @returns {Promise} jquery promise that resolves after the dialog template was loaded
473+
*
474+
* @deprecated 29.0.0 Use openConflictPicker from the @nextcloud/upload package instead
473475
*/
474476
fileexists: function(data, original, replacement, controller) {
475477
var self = this

0 commit comments

Comments
 (0)