Skip to content

Commit

Permalink
SAK-48967 - Re-enable group LTI submissions (#11679)
Browse files Browse the repository at this point in the history
  • Loading branch information
csev authored Sep 28, 2023
1 parent 7ed9991 commit 1615cf4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
{
document.getElementById('External_Tool_Fieldset').style.display = 'block';
document.getElementById('ltiSubmissionResubmitNote').style.display = 'block';
document.getElementById('assignToSection').style.display = 'none';
document.getElementById('site').checked = true;
document.getElementById('notificationOptions').style.display = 'none';
document.getElementById('notsendnotif').checked = true;
Expand All @@ -87,7 +86,6 @@
} else {
document.getElementById('External_Tool_Fieldset').style.display = 'none';
document.getElementById('ltiSubmissionResubmitNote').style.display = 'none';
document.getElementById('assignToSection').style.display = 'block';
document.getElementById('notificationOptions').style.display = 'block';
document.getElementById('releaseGradeNotifications').style.display = 'block';
document.getElementById('additionalInformation').style.display = 'block';
Expand Down Expand Up @@ -665,7 +663,7 @@ function showExternalIframe(title, doreload) {
#end
#end

<fieldset id="assignToSection" #if ($value_SubmissionType == 6) style = "display:none"#end>
<fieldset id="assignToSection">
<h4>$!tlang.getString('accessSectionHeader')</h4>
#parse("vm/assignment/instructor_new_edit/assignto_section.vm")
</fieldset>
Expand Down

0 comments on commit 1615cf4

Please sign in to comment.