https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33408
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #20 from Jonathan Druart <[email protected]> --- There were 2 components using the erm_providers js variable from the .tt We need to store the values to make them reusable from other components. I am not 100% happy with this patch, there is certainly something to improve, for instance we should not need two variables here: + this.ERMStore.providers = providers.value.split(",") + this.providers = this.ERMStore.providers But here is a quick fix to restore the feature. -- 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/
