]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#2006749: Fix call to ou_ancestor_setting_perm_check in AppUtils.pm
authorJason Stephenson <jason@sigio.com>
Thu, 9 Feb 2023 16:22:58 +0000 (11:22 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 16 Feb 2023 15:10:58 +0000 (10:10 -0500)
commit090500fdd85ae14a29818d243048162dfc42d4bd
tree4a6db57b33a9eb4c50007e126faf57a8e0783000
parentb90afbc4e53781049c7c1ffa04d93e0419b5bba5
LP#2006749: Fix call to ou_ancestor_setting_perm_check in AppUtils.pm

The $self and $e arguments are missing when the ou_ancestor_setting
subroutine calls ou_ancestor_setting_perm_check in AppUtils.

The $coust argument also need to be $coust->view_perm->code for the
allowed check in ou_ancestor_setting_perm_check.

This commit corrects the call to ou_ancestor_setting_perm_check.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm