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

Searching for events is broken #34

Closed rbergm closed 6 years ago

rbergm commented 6 years ago

When typing an event name nothing happens. Apparently the intialization of the JavaScript contains errors.

rbergm commented 6 years ago

The bug is due to unsave initialization of the different list searches. If the list to be filtered does not exist (e.g. when there are no current events) the script will fail with a TypeError. All future initializations will therefore be skipped.

rbergm commented 6 years ago

Actually the first fix is broken as the sanity checks do not handle the case where a class of events (current or prospective) is not present correctly