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

[stable28] Fix some silent share bugs #42076

Merged
merged 3 commits into from
Dec 7, 2023
Merged

Conversation

backportbot-nextcloud[bot]
Copy link

Backport of #42067

nfebe and others added 3 commits December 7, 2023 08:56
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 <[email protected]>
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 <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@blizzz blizzz mentioned this pull request Dec 7, 2023
5 tasks
@artonge artonge merged commit 0697900 into stable28 Dec 7, 2023
41 of 42 checks passed
@artonge artonge deleted the backport/42067/stable28 branch December 7, 2023 11:52
@nfebe
Copy link
Contributor

nfebe commented Dec 13, 2023

/backport to stable27

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.

5 participants