]> 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)
committerJoas Schilling <coding@schilljs.com>
Mon, 22 May 2023 10:49:23 +0000 (12:49 +0200)
commitd4631921b4f4ab2832bc6698def47aa16d60c621
tree8c19cc39755db049812f805a5ce6a0398017d1e6
parentd80f8fc84f0e548ebf7520ee0995d6e06ec00c1d
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>
apps/files_sharing/src/components/SharingEntryLink.vue