kohler / hotcrp

HotCRP conference review software
http://read.seas.harvard.edu/~kohler/hotcrp
Other
328 stars 111 forks source link

HotCRP reverts case changes in tags (bug?) #324

Closed dants closed 11 months ago

dants commented 11 months ago

If I try to modify a tag "Check" (chaptalized) to be "check" (only lowercase letters), when saving, HotCRP undoes my change, reverting the lowercase version to the original capitalized version.

The workaround: remove "Check", save, and only then add "check".

kohler commented 11 months ago

This is addressed in a2c54cfea4b435c6ed204bf167e98b96fee289b4. Since tags are not case-sensitive, changes in case were not considered changes at all.