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

Allow submitters to edit during the Submitter Approval action.

parent 2121fb9c
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@
</td>
<td>
<a href="<?php echo $this->baseUrl(); ?>/requests/view/index/id/<?php echo $request->getId(); ?>">View</a>
<?php if ($request->isEditable()) { ?>
<?php if ($request->isEditable() || $request->isSubmitterAttentionRequired()) { ?>
/
<a href="<?php echo $this->baseUrl(); ?>/requests/edit/load/id/<?php echo $request->getId(); ?>">Edit</a>
<?php } ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment