https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35444
Emily Lamancusa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159597|0 |1 is obsolete| | --- Comment #4 from Emily Lamancusa <[email protected]> --- Created attachment 161454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161454&action=edit Bug 35444: Add hidden span with information about the loggedinuser categorycode To test: 1. APPLY PATCH 2. Log into the staff interface and use the browser's dev tools to look for the HTML class 'loggedincategorycode'. It should match the current logged in user's categorycode. 3. You could also use a console.log like so: console.log( $('.loggedincategorycode').text() ); Signed-off-by: Owen Leonard <[email protected]> Signed-off-by: Emily Lamancusa <[email protected]> -- 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/
