mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix: Add deprecation to OC.dialogs.fileexists
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
728c46d174
commit
76dc3787e2
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
|
||||
|
|
|
|||
2
dist/core-login.js.map
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue