Remove mutable member variables related to TII from AssignmentAction

Description

The LTI integration added a few mutable member variables to the AssignmentAction class. Since this class is effecitively a singleton, and these variables can have different values based on the current site, there is potential for concurrency issues here.

This patch will remove these member variables and replace them with more appropriate service calls when they are needed.

Activity

Show:

Brian J. August 31, 2016 at 9:46 AM

Git commit 1b7fb0a

Paul Lukasewych August 31, 2016 at 6:15 AM

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created August 31, 2016 at 6:08 AM
Updated October 14, 2016 at 10:00 AM
Resolved October 14, 2016 at 10:00 AM