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

Insert the stub justification for ACE only requests again.

parent 4cadf8c3
No related branches found
No related tags found
No related merge requests found
......@@ -708,16 +708,11 @@ document.formSessionId = '<?php echo $this->formSessionId; ?>';
for change to an existing course
<?php } ?>
</h2>
<?php if (!in_array($this->request->getType(), array('AddACEToCourse', 'RemoveACEFromCourse'))) { ?>
<fieldset>
<label>
<textarea name="request[justification]" class="mceEditor"><?php echo $this->request->getJustification(); ?></textarea>
</label>
</fieldset>
<?php } else { ?>
<input type="hidden" name="request[justification]" value="See ACE Certification Details" />
<?php } ?>
</div>
<?php } ?>
......@@ -1163,7 +1158,9 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours
<?php if(in_array($this->request->getType(), array('AddACEToCourse', 'RemoveACEFromCourse', 'ChangeACE'))) { ?>
<input type="hidden" name="request[justification]" value="See ACE Certification Details" />
<?php } ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment