LDEV-1558: When a learner completes a lesson at the end of a branch (ie a branch that stops, rather than continuing) then the parent activities are also marked as complete.
LDEV-1532 prevent multiple transitions (same uiid) appearing on the monitor canvas. Problem in this bug occurred due to redraw after resize of optional sequence component when sequences contain > 2 activities (actual width is > default). Also fixed transition bug when re-opening branching activity.
LDEV-1532 prevent multiple transitions (same uiid) appearing on the monitor canvas. Problem in this bug occurred due to redraw after resize of optional sequence component when sequences contain > 2 activities (actual width is > default). Also fixed transition bug when re-opening branching activity.
LDEV-1532 prevent multiple transitions (same uiid) appearing on the monitor canvas. Problem in this bug occurred due to redraw after resize of optional sequence component when sequences contain > 2 activities (actual width is > default).
LDEV-1554 Fixed activeView issue when closing branching view when the complex view is active. Clicking the close icon will shutdown all open complex views, before closing the open branching.
LDEV-1530: Handling of sessionClones needed to be tweaked or import files without the sessionClone entries were throwing an exception. The export was also changed to not include the sessionClones as they are not appropriate for a design export.
Adding LessonJoin xml web service that allows a learner to join a lesson, based on a learning design id - creates new lesson as necessary based on given max class size.
LDEV-1475 Automatically open the complex box when there is a current activity inside and show the active sequence. LDEV-1400 Fixed branching (completed) double click to open page inside contentFrame.
LDEV-1530: Hibernate error occuring when two users in one tool session start forum together has been removed, so removing the hack that allows the test harness to keep going when the user can't make a posting due to this error.
LDEV-1530: To remove the Hibernate error occuring when two users in one tool session start forum together, I have modified how the content is updated so that cloned content is updated when an edit is done in Monitoring. See also LDEV-649.
LDEV-1530: To remove the Hibernate error occuring when two users in one tool session start forum together, I have modified how the content is updated so that cloned content is updated when an edit is done in Monitoring. See also LDEV-649.
LDEV-1534: Deadlock happening on users starting the lesson when run from test harness. The exception was being caught but not logged properly. Is now always logged so we can debug this problem now!