Open peterstadler opened 2 months ago
Joachim reported:
Wenn man im Kalender auf 31. Dez. 1810 klickt […], wird nicht der Text zum Tag, sondern die Moralische Übersicht angezeigt. Es müsste A064708 angezeigt werden
The root cause is that there's no select option in the frontend for choosing between several options when clicking on a calendar date. The backend will happily return all possible targets yet the frontend currently just asks for one, see limit=1 at https://github.com/Edirom/WeGA-WebApp/blob/cc2f68802079aa6554fcd2f1b9e8dd161ce790c1/resources/js/init.js#L956-L961
limit=1
Joachim reported:
The root cause is that there's no select option in the frontend for choosing between several options when clicking on a calendar date. The backend will happily return all possible targets yet the frontend currently just asks for one, see
limit=1
at https://github.com/Edirom/WeGA-WebApp/blob/cc2f68802079aa6554fcd2f1b9e8dd161ce790c1/resources/js/init.js#L956-L961