We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OC.dialogs.fileexists
1 parent 728c46d commit a55986aCopy full SHA for a55986a
core/src/OC/dialogs.js
@@ -470,6 +470,8 @@ const Dialogs = {
470
* @param {object} replacement file with name, size and mtime
471
* @param {object} controller with onCancel, onSkip, onReplace and onRename methods
472
* @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
475
*/
476
fileexists: function(data, original, replacement, controller) {
477
var self = this
0 commit comments