Skip to content
Snippets Groups Projects
Commit 47a5abf5 authored by Tim Steiner's avatar Tim Steiner
Browse files

Fix to request approval consideration.

parent 506e255f
No related branches found
Tags
No related merge requests found
......@@ -62,6 +62,7 @@ class ApprovalChain extends Nmc_Db_Table_Row
$queueItem->approvalAction = $currentAction;
}
$queueItem->visible = 'yes';
$queueItem->canEdit = 'no';
$queueItem->save();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment