[Koha-bugs] [Bug 33408] Fetch sysprefs from svc/config/systempreferences

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 7 10:45:12 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33408

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #20 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
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.


More information about the Koha-bugs mailing list