]> source.dussan.org Git - nextcloud-server.git/commit
Show pending popover menu when password is enabled by default
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Tue, 9 May 2023 23:54:32 +0000 (01:54 +0200)
committerChristopher Ng <chrng8@gmail.com>
Tue, 13 Jun 2023 22:08:45 +0000 (15:08 -0700)
commit05e49fe13ceaf2e3cfe74cbce3bfb6ecfe894c55
treeea7ba8b0a5ed8581985c14176e39e37ea13be6f4
parentdfbfe318a7b596e3db04381b85a491541c1be842
Show pending popover menu when password is enabled by default

When "Enforce password protection" is enabled in the sharing settings a
popover menu is shown to set a password before the share is created. On
the other hand, when "Always ask for a password" was enabled in the
sharing settings and a new link share was created the share was
immediately created with a default password; the user was not able to
specify a password (nor create the share without password).

The component template already provided the needed elements to also ask
for the password without enforcing it, but the popover menu was not
shown due to "enableLinkPasswordByDefault" being missing in "if"
conditions.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
(cherry picked from commit d4631921b4f4ab2832bc6698def47aa16d60c621)
apps/files_sharing/src/components/SharingEntryLink.vue