LDEV-1699 session flag for whether reflection was enabled was being called from wrong place; moved reflection to bottom of user entry instead of in the middle
- Updated advanced tab- Learner now displays gmap and markers- Some map control advanced options implemented in learner- build script updated to allow to deploy just the jar file
LDEV-1753: Ajax based selection screens in monitoring were not indicating to the user if any exceptions thrown on the server. Added some javascript to check if the return value from the server was the general struts error message. If it is, it extracts the message and displays that in an alert box.
LDEV-1764 Added dash for activities of branches in branching activity. Improved control of opening branches in preview mode (learner) and monitor using active complex method.
- Added options in advanced tab, as well as persistance entries in the Gmap object- Add state-saving for the Gmap, so when the teacher saves teh map, it appears exactly as it was before when they go back, ie map type, zoom, location- Fixed up language strings in application.properties- All non-cosmetic authoring tasks so far are completed
LDEV-1786: On very rare occasions, we've had Hibernate try to save the branching entries before saving the branching activity which throws an exception as the branch_activity_id is null. So force any branching activities to save first.