From 1615cf4158901b0de362eca95949c950e6a1d86e Mon Sep 17 00:00:00 2001 From: Charles Severance Date: Thu, 28 Sep 2023 18:08:10 -0400 Subject: [PATCH] SAK-48967 - Re-enable group LTI submissions (#11679) --- .../chef_assignments_instructor_new_edit_assignment.vm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assignment/tool/src/webapp/vm/assignment/chef_assignments_instructor_new_edit_assignment.vm b/assignment/tool/src/webapp/vm/assignment/chef_assignments_instructor_new_edit_assignment.vm index 91d7f825515d..26c12605995f 100644 --- a/assignment/tool/src/webapp/vm/assignment/chef_assignments_instructor_new_edit_assignment.vm +++ b/assignment/tool/src/webapp/vm/assignment/chef_assignments_instructor_new_edit_assignment.vm @@ -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; @@ -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'; @@ -665,7 +663,7 @@ function showExternalIframe(title, doreload) { #end #end -