You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: