Index: lams_central/src/flash/org/lamsfoundation/lams/authoring/Activity.as =================================================================== diff -u -re752d4bfe945679a461e54daaf99d9ecc4727471 -r578abb755ea4e1e53118dd5ab766d24aeab740eb --- lams_central/src/flash/org/lamsfoundation/lams/authoring/Activity.as (.../Activity.as) (revision e752d4bfe945679a461e54daaf99d9ecc4727471) +++ lams_central/src/flash/org/lamsfoundation/lams/authoring/Activity.as (.../Activity.as) (revision 578abb755ea4e1e53118dd5ab766d24aeab740eb) @@ -229,6 +229,12 @@ } } + + public function isParallelActivity():Boolean{ + if (_activityTypeID == PARALLEL_ACTIVITY_TYPE){ + return true; + } + } /** * Populates all the fields in this activity from a dto object contaning the following fields * NB: This is not very clever, if the field in the dto is blank then the value is overwritten in the class...