https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37812
--- Comment #16 from Paul Derscheid <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
