nextcloud / forms

📝 Simple form & survey app for Nextcloud
https://apps.nextcloud.com/apps/forms
GNU Affero General Public License v3.0
316 stars 97 forks source link

fix: make FilePicker work with latest dialogs #2300

Closed Chartman123 closed 1 month ago

Chartman123 commented 1 month ago

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

Chartman123 commented 1 month ago

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

Chartman123 commented 1 month ago

@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...