NAJU-Sachsen / NAJU-Adebar

Management tool used by the NAJU Sachsen to keep track of volunteers and the like.
http://naju-sachsen.de
GNU General Public License v3.0
0 stars 0 forks source link

Adding a new Person when similar ones exist is broken #39

Closed rbergm closed 6 years ago

rbergm commented 6 years ago

Expected behavior

Adebar should warn about the existence of a Person with a similar name as the one being added. It should be possible to ignore the warning (because it is a false-positive) and add the person anyways.

Actual behavior

When pressing the Submit button an error message such as

This application has no explicit mapping for /error, so you are seeing this as a fallback.
Thu Feb 15 17:19:55 CET 2018
There was an unexpected error (type=Internal Server Error, status=500).
Attribute "value" is required in "input(checkbox)" tags when binding to non-boolean values (persons:497)

is shown.

Steps to reproduce