https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39320
--- Comment #156 from Jonathan Druart <[email protected]> --- Comment on attachment 188919 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188919 Bug 39320: Fix ERM breadcrumb causing page reload This behaviour exists prior to this patch set. With your patch we now get a JS warning: ``` [Vue Router warn]: history.state seems to have been manually replaced without preserving the necessary values. Make sure to preserve existing history state if you are manually calling history.replaceState: history.replaceState(history.state, '', url) ``` I would suggest to deal with that on a separate bug report. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
