https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37930
--- Comment #1 from Matt Blenkinsop <[email protected]> --- Created attachment 171556 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171556&action=edit Bug 37930: Add a method to initialise the AV store This patch adds a method to initialise the authorised values in a vue app. It will automatically load authorised values into the app and store them in the authorised values store based on the entries in a matrix file. The intent behind this is to make adding authorised values into a Vue app much simpler and more DRY, especially when creating a new vue app. You will just need to add your app into the avMatrix.js file and add a call to the initialisation method in your app. -- 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/
