Edirom / WeGA-WebApp

Web application that powers weber-gesamtausgabe.de
https://weber-gesamtausgabe.de
Other
23 stars 10 forks source link

issue with selection of diary entries for multiple entries from the same date #481

Open peterstadler opened 2 months ago

peterstadler commented 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