Skip to content

Commit

Permalink
fix global validation - see #2654
Browse files Browse the repository at this point in the history
  • Loading branch information
yllen committed Aug 28, 2017
1 parent 96111f4 commit 9da54f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/commonitilvalidation.class.php
Expand Up @@ -753,7 +753,7 @@ function showSummary($item) {
echo "<tr class='tab_bg_1'>";
echo "<td>".__('Global approval status')."</td>";
echo "<td colspan='2'>";
if (Session::haveRightsOr(static::$rightname, TicketValidation::getCreateRights())) {
if (Session::haveRightsOr(static::$rightname, TicketValidation::getValidateRights())) {
self::dropdownStatus("global_validation",
array('value' => $item->fields["global_validation"]));
} else {
Expand Down

0 comments on commit 9da54f3

Please sign in to comment.