You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closes CNVS-5686
test plan:
- click the cloud icon on the new assignment index page to publish and
unpublish an assignment.
- click the publish button on the assignment show page to publish and unpublish
an assignment.
- make sure that no other assignment fields (especially overrides and turniting
settings) change when an assignment is published.
- try all the above a few times in a row without a page reload.
- check the assignment show page without the enable_draft? flag set and make
sure the publish button doesn't show up.
Change-Id: I14cfd7145a9a58f18165a4242a492de0335e0187
Reviewed-on: https://gerrit.instructure.com/22466
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Amber Taniuchi <amber@instructure.com>
Reviewed-by: Cameron Sutter <csutter@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
Copy file name to clipboardExpand all lines: app/controllers/assignment_groups_api_controller.rb
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,17 @@ class AssignmentGroupsApiController < ApplicationController
28
28
# Returns the assignment group with the given id.
29
29
#
30
30
# @argument include[] ["assignments","discussion_topic"] Associations to include with the group. "discussion_topic" is only valid if "assignments" is also included
0 commit comments