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

fix: make FilePicker work with latest dialogs #2300

Merged
merged 2 commits into from
Aug 24, 2024
Merged

fix: make FilePicker work with latest dialogs #2300

merged 2 commits into from
Aug 24, 2024

Conversation

Chartman123
Copy link
Collaborator

@Chartman123 Chartman123 commented Aug 23, 2024

This fixes #2298 by adjusting the conditionnal logic in the buttonFactory

@Chartman123 Chartman123 added 3. to review Waiting for reviews regression Regression of a previous working feature labels Aug 23, 2024
@Chartman123 Chartman123 added this to the 4.3 milestone Aug 23, 2024
@Chartman123 Chartman123 requested review from Koc and susnux August 23, 2024 19:58
@Chartman123
Copy link
Collaborator Author

Change in .prettierignore is unrelated but necessary after latest workflow update for not having to reformat it after every update.

@Chartman123 Chartman123 marked this pull request as draft August 23, 2024 20:26
@Chartman123
Copy link
Collaborator Author

@susnux I could track it down that this error only happens when directories are allowed in the picker. When they are disallowed the error is gone, but of course you can't choose a directory for storage then...

@Chartman123 Chartman123 marked this pull request as ready for review August 24, 2024 09:18
Signed-off-by: Christian Hartmann <[email protected]>
.prettierignore Outdated Show resolved Hide resolved
Copy link
Collaborator

@susnux susnux left a comment

Choose a reason for hiding this comment

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

Thank you!

Co-authored-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Chartman123 <[email protected]>
@susnux susnux merged commit 9aa2a89 into main Aug 24, 2024
42 checks passed
@susnux susnux deleted the fix/filePicker branch August 24, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews regression Regression of a previous working feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FilePicker: selectedNodes[0].extension is null
2 participants