Skip to content

Guestbook custom questions limited to 255 chars and creating one fails silently if you go over that limit #10117

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

Closed
qqmyers opened this issue Nov 10, 2023 · 0 comments · Fixed by #10118
Labels
Type: Bug a defect
Milestone

Comments

@qqmyers
Copy link
Member

qqmyers commented Nov 10, 2023

What steps does it take to reproduce the issue?
Per the title, trying to create/edit a guestbook with more than 255 chars in a custom question results in a success message but no change. The underlying limit is due to the column type varchar(255). The error failure appears to be due to a missing return statement when the CommandException is caught, allowing the code to create and send the success message to run.

PR to follow

@qqmyers qqmyers added the Type: Bug a defect label Nov 10, 2023
@DS-INRAE DS-INRAE moved this to 🔍 Interest in Recherche Data Gouv Nov 19, 2024
@github-project-automation github-project-automation bot moved this from 🔍 Interest to Done in Recherche Data Gouv Nov 19, 2024
@pdurbin pdurbin added this to the 6.5 milestone Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug a defect
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants