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

Remove ability of submitter to edit after submission.

parent 2f1b52f0
No related branches found
No related tags found
No related merge requests found
......@@ -118,8 +118,10 @@
?> </td>
<td>
<a href="/Request/View/<?php echo $request->getPrimaryKey(); ?>">View</a>
/
<a href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>">Edit</a> </td>
<!-- /
<a href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>">Edit</a>
-->
</td>
<td>
<?php
$lastViewTime = RequestViewTimes::getInstance()->getViewTimeForUserAndRequest($this->user, $request);
......
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