17 Sep
2024
17 Sep
'24
9:18 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37930 --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- I think we should keep one file per app. Otherwise we will end up with a big ugly and hard-to-maintain authorisedValues/avMatrix.js. Why not simply have the av list in the store of the app (eg. stores/erm.js)? That would mean we could remove useAVStore and use the mainStore instead. We would retrieve the AVs from the config: this.config.avs.get("my_av") this.config.avs.get_lib_from_av("my_av", value) Also for discussion :) -- You are receiving this mail because: You are watching all bug changes.