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: ignore case of filetype #23146

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

barredterra
Copy link
Collaborator

@barredterra barredterra commented Nov 7, 2023

new frappe.ui.FileUploader({
	restrictions: {
		allowed_file_types: [".csv"],
	},
});

Before

  • test.csv βœ…
  • test.CSV 🚫

After

  • test.csv βœ…
  • test.CSV βœ…

@barredterra barredterra requested review from a team and shariquerik and removed request for a team November 7, 2023 16:08
@ankush ankush merged commit 9d45ee8 into frappe:develop Nov 8, 2023
21 of 24 checks passed
ankush added a commit that referenced this pull request Nov 8, 2023
…-23146

fix: ignore case of filetype (backport #23146)
@barredterra barredterra deleted the ignore-filetype-case branch November 8, 2023 09:52
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport version-14-hotfix backport to version 14 backport version-15-hotfix Backport the PR to v15
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants