Uncaught ReferenceError: AllowCirculate is not defined
Created attachment 46084 [details] [review] Bug 15442 - Checkouts table will not display due to javascript error Uncaught ReferenceError: AllowCirculate is not defined Test Plan: 1) Go to circulation.pl for a patron, note the checkouts table does not load 2) Apply this patch 3) Reload the page, checkouts table should show
Created attachment 46086 [details] [review] Bug 15442 - Checkouts table will not display due to javascript error Uncaught ReferenceError: AllowCirculate is not defined Test Plan: 1) Go to circulation.pl for a patron, note the checkouts table does not load 2) Apply this patch 3) Reload the page, checkouts table should show Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Trivial, skipping QA.
Pushed to master!
Patch pushed to 3.22.x, will be in 3.22.2
This patch has been pushed to 3.20.x, will be in 3.20.8.
(In reply to Frédéric Demians from comment #6) > This patch has been pushed to 3.20.x, will be in 3.20.8. This patch is a bug fix for bug 15289, which is not in 3.20.x. It was not needed for this branch but won't cause any regression.
Created attachment 46264 [details] [review] Bug 15472: Do not display links to circulation.pl if remaining_permissions is not set If permission 'circulate_remaining_permissions' is not set, links to 'Circulation' (/circ/circulation-home.pl) on the intranet home page lead to an error message: "Error: You do not have permission to access this page." This patch hides the links if the permission is not set. To test: - Apply patch - Log in to the intranet (staff client) with a patron who has the permission 'circulate_remaining_pernissions' not set - Verify that no links to Circulation appear on the intranet start page (menu top left and menu in main page area) - Log in as a user who has the permission set. - Verify that te links appear as appropriate.
Comment on attachment 46264 [details] [review] Bug 15472: Do not display links to circulation.pl if remaining_permissions is not set Mistaked with the bug number, sorry for the noise...