https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38941
--- Comment #24 from Matt Blenkinsop <[email protected]> --- Hi David, the component that is used in the custom element can be used either as a Vue custom element in template toolkit or as a component in a Vue application. When used in a Vue app we get access to the pinia stores (permissionsStore) and can use the method provided by the permissionsStore to check permissions. Outside of a vue app however, we don't get access to a populated permissionsStore so we need to be able to accept the permissions from the template toolkit variables as component props -- 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/
