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

Add an action to make Approval Body Roles "watchers" of requests.

parent c389829d
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@
<?php echo $this->formSubmit('submit', 'Submit Decisions'); ?>
</form>
<?php } ?>
<?php if (count($role['watching'] > 0)) { ?>
<?php if (count($role['watching']) > 0) { ?>
<table class="course_list">
<tr>
<!-- th id="check">&#160;</th -->
......
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