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

3037 path select filename filter #3992

Merged
merged 10 commits into from
Dec 13, 2024
Merged

Conversation

HazelGrant
Copy link
Contributor

@HazelGrant HazelGrant commented Dec 5, 2024

Fixes #3037

The following form.yml will generate a Select Path modal that shows only directories and Ruby files.

form:
  - path

attributes:
  path:
    widget: "path_selector"
    show_hidden: false
    file_pattern: \.rb$

@johrstrom johrstrom closed this Dec 9, 2024
@johrstrom johrstrom reopened this Dec 9, 2024
@HazelGrant HazelGrant marked this pull request as ready for review December 9, 2024 18:40
@HazelGrant HazelGrant marked this pull request as draft December 12, 2024 15:18
@HazelGrant HazelGrant marked this pull request as ready for review December 12, 2024 16:33
@HazelGrant HazelGrant requested a review from johrstrom December 12, 2024 17:21
@HazelGrant HazelGrant requested a review from johrstrom December 13, 2024 13:46
Copy link
Contributor

@johrstrom johrstrom left a comment

Choose a reason for hiding this comment

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

Works for me.

@HazelGrant HazelGrant merged commit 8d6a185 into master Dec 13, 2024
25 checks passed
@HazelGrant HazelGrant deleted the 3037-path_select_filename_filter branch December 13, 2024 17:42
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.

Support file name filtering in path_selector
3 participants