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

Pattern for the title textfield requires a maximum length to be defined #43

Closed
rbargerhuff opened this issue Jun 6, 2023 · 3 comments
Closed

Comments

@rbargerhuff
Copy link

Description of the bug

The field that allows the user to enter in the pattern for the title , ant_pattern, does not have a maximum length specified and therefore the default value given to this field is 128 characters.

The issue occurs when you have a pattern that exceeds 128 characters. The pattern may consist of long token values which will consumer the 128 character limit.

This is more an an annoyance than anything else but could cause a developer to implement a hook_form_FORM_ID to modify that field to accept a greater character length.

Expected Behavior

The field above should accept 255 characters because tokens of longer length will instantly eat up the 128 character limit.

@olafgrabienski
Copy link
Member

This issue sounds similar to #36. Is is somehow related?

@robertgarrigos
Copy link
Member

This PR (#44) should fix this. Do you want to test it?

@rbargerhuff
Copy link
Author

rbargerhuff commented Jun 6, 2023

This PR (#44) should fix this. Do you want to test it?

Tested the PR and it worked flawlessly. Thank you for your quick response!!

robertgarrigos added a commit that referenced this issue Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants