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
In the project template generator form, entering even a space seems to cause an error. When the form is submitted, it returns a blank screen; no error message, nothing.
Both the "Copyright year of the edition used" and the "Original year of publication" fields affected.
I THINK it's flinching at any non-numeric character, not just spaces, but I haven't tested enough to be sure.
As it turns out, the database fields for the edition and publication years are integer fields - nothing but numbers allowed. We can either add more validation to the form so that users will leave it blank (where letters would be necessary), or we can adjust the type of that field.
In the project template generator form, entering even a space seems to cause an error. When the form is submitted, it returns a blank screen; no error message, nothing.
Both the "Copyright year of the edition used" and the "Original year of publication" fields affected.
I THINK it's flinching at any non-numeric character, not just spaces, but I haven't tested enough to be sure.
This may be related to #154
(A project originally published around 200 BC was the latest victim.)
The text was updated successfully, but these errors were encountered: