mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #49017 from nextcloud/fix/48415/do-not-rename-main-share-link
fix(ShareEntryLinkList): Append new links to the end of list
This commit is contained in:
commit
91fd814733
9 changed files with 8 additions and 8 deletions
|
|
@ -105,7 +105,7 @@ export default {
|
|||
*/
|
||||
addShare(share, resolve) {
|
||||
// eslint-disable-next-line vue/no-mutating-props
|
||||
this.shares.unshift(share)
|
||||
this.shares.push(share)
|
||||
this.awaitForShare(share, resolve)
|
||||
},
|
||||
|
||||
|
|
|
|||
4
dist/5419-5419.js → dist/3718-3718.js
vendored
4
dist/5419-5419.js → dist/3718-3718.js
vendored
File diff suppressed because one or more lines are too long
1
dist/3718-3718.js.map
vendored
Normal file
1
dist/3718-3718.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/3718-3718.js.map.license
vendored
Symbolic link
1
dist/3718-3718.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
3718-3718.js.license
|
||||
1
dist/5419-5419.js.map
vendored
1
dist/5419-5419.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/5419-5419.js.map.license
vendored
1
dist/5419-5419.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
5419-5419.js.license
|
||||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue