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] Show non writable folders during move or copy #45865

Merged
merged 2 commits into from
Jun 14, 2024

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Jun 13, 2024

Backport of #45688

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@artonge
Copy link
Contributor

artonge commented Jun 13, 2024

/compile /

})
.setMimeTypeFilter([])
.setMultiSelect(false)
.startAt(dir)

return new Promise((resolve, reject) => {
filePicker.setButtonFactory((_selection, path: string) => {
filePicker.setButtonFactory((selection: Node[], path: string) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The disabled part is missing?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, as it need the dep update and for now it causes some issues

@blizzz blizzz mentioned this pull request Jun 13, 2024
6 tasks
artonge and others added 2 commits June 14, 2024 11:03
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@blizzz
Copy link
Member

blizzz commented Jun 14, 2024

rebased and rebuilt

@blizzz blizzz merged commit b147ef8 into stable28 Jun 14, 2024
43 of 45 checks passed
@blizzz blizzz deleted the backport/45688/stable28 branch June 14, 2024 10:53
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.

4 participants