mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Merge pull request #49817 from nextcloud/backport/49815/stable30
[stable30] fix(files_sharing): also submit new share on password submit
This commit is contained in:
commit
94722ba9c9
9 changed files with 8 additions and 8 deletions
|
|
@ -75,7 +75,7 @@
|
|||
:required="config.enableLinkPasswordByDefault || config.enforcePasswordForPublicLink"
|
||||
:minlength="isPasswordPolicyEnabled && config.passwordPolicy.minLength"
|
||||
autocomplete="new-password"
|
||||
@submit="onNewLinkShare">
|
||||
@submit="onNewLinkShare(true)">
|
||||
<template #icon>
|
||||
<LockIcon :size="20" />
|
||||
</template>
|
||||
|
|
|
|||
1
dist/2249-2249.js.map
vendored
1
dist/2249-2249.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/2249-2249.js.map.license
vendored
1
dist/2249-2249.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
2249-2249.js.license
|
||||
4
dist/2249-2249.js → dist/7358-7358.js
vendored
4
dist/2249-2249.js → dist/7358-7358.js
vendored
File diff suppressed because one or more lines are too long
1
dist/7358-7358.js.map
vendored
Normal file
1
dist/7358-7358.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/7358-7358.js.map.license
vendored
Symbolic link
1
dist/7358-7358.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
7358-7358.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