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

Trip null characters from input fields in the admin pages #6776

Open
marcospri opened this issue Oct 15, 2024 · 0 comments
Open

Trip null characters from input fields in the admin pages #6776

marcospri opened this issue Oct 15, 2024 · 0 comments
Labels
Good introductory issue Good introductory issues for developers new to this project

Comments

@marcospri
Copy link
Member

Currently we strip (python str.strip) all white characters on str fields but that doesn't remove all nullable characters leading to confusing results.

Create a new type of field we can reuse across all the admin pages that trims white characters and nullable ones.

See:

@marcospri marcospri added the Good introductory issue Good introductory issues for developers new to this project label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good introductory issue Good introductory issues for developers new to this project
Projects
None yet
Development

No branches or pull requests

1 participant