-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix share link password input #12491
Conversation
Bump! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works 👍
JSUnit test fails:
|
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
62d5017
to
7a9ea03
Compare
JSunit ok: https://drone.nextcloud.com/nextcloud/server/12855/287 |
Backport: #12560 |
Fix #12308
Better layout, now clicking outside (which is often supposed to be a cancel action) won't do anything now.
Direct validation by enter key or click is what we want.
Also fixed the loading on the sharees autocompletion