Skip to content
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

[stable27] Fix some silent share bugs #42778

Merged
merged 3 commits into from Jan 17, 2024
Merged

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Jan 15, 2024

Backport of PR #42067

Accessing `this.$refs.shareList` outside $nextTick()
 could lead to the holder (`listComponent`) being undefined
 as the ref is yet to exist.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
It's important to delete the `newPassword` prop from the share
 model, if the user unchecks the isPasswordProtected checkbox.

This clearer and allows for the unchecking to actually work as
`this.$set()` fails with the falsy value `''`.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
@blizzz blizzz mentioned this pull request Jan 15, 2024
@blizzz
Copy link
Member

blizzz commented Jan 15, 2024

CI is red

@solracsf
Copy link
Member

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@solracsf solracsf merged commit 328d9c6 into stable27 Jan 17, 2024
38 checks passed
@solracsf solracsf deleted the backport/42067/stable27 branch January 17, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants