12 Sep
2025
12 Sep
'25
10:21 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38941 --- Comment #24 from Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> --- 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.