LDEV -1787 Warning message added for when users try to move a child activity of an optional sequence to a different sequence within that optional sequence activity, without first removing it from the optional sequence activity
LI-135 Configurations were being overwritten by the updater, so people's sysadmin passwords and serverurls were unsuspectinly being changed, commenting out these updates in the setLamsConfiguration should do the trick.For 2.1 (Replaces existing 2.1 unix updater)
LDEV-1813 Fix for extraneous arrow - caused by creating new transiton and setting dirty on model before setting the activities parent. Solution was to keep the same order of calls but use haltRefresh to prevent the events from pre-occurring.
LDEV-1835LDEV-1831LDEV-1834 Fixed 2.1.1 tasks, I18N labels to be added for label in input tool drop-down (Property Inspector) and Branching/Transition error messages. Fixed validation of multiple branches to/from activity.
Fixed up GmapService for exporting the learning design activity correctly:Previousl, the export xml was a bit wrong because a gmap has marker(s) and a marker has a gmap, so it got a bit ugly with nesting, nulling the marker's gmap object (as was done in forum) fixed the problem before the export
LDEV-1814 Fixed start branching hub (entry door) positioning - was being set to default values and not saved start X,Y coords for the Branching Activity.
Fixed a problem with removing markers, that was causing the rest of the markers to not be updated after the first was removedAlso, fixed a problem that was creating a new gmapUser each time the sequence was saved and not using the existing one