sheltermanager / asm3

Animal Shelter Manager
GNU General Public License v3.0
109 stars 67 forks source link

Validation of additional field lookup values #1543

Closed bobintetley closed 1 month ago

bobintetley commented 1 month ago

We've had a couple of issues reported from people recently that came down to problems with lookup values they'd chosen for additional fields. These were:

  1. Commas in the values, which upsets the multi-lookup widget
  2. Double spaces in the values, HTML suppresses the extra spaces so the value stored in the database no longer matches the lookup value

We need to validate lookup values on additional fields to suppress the extra spaces and remove commas before assigning.