17 Sep
2024
17 Sep
'24
8:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37812 --- Comment #16 from Paul Derscheid <paul.derscheid@lmscloud.de> --- You were right joubu, it's not what I said in comment #14. It's so easy to miss and I kept looking in the wrong place. The simple reason that this failed in TrainsShow.vue was that the modal needs to be properly initialised by either data-bs-toggle="modal" or $(<id>).modal('show'), not plain $(<id>).show(). I finally saw the issue after I noticed that the backdrop was missing which screamed init failure. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.