LimeSurvey: master 0ed8391c

Author Committer Branch Timestamp Parent
mdekker mdekker master 2013-01-24 11:17:27 master 6b971cc1
Affected Issues  07011: It is not possible to randomize the order of groups even when a randomization groupname is set.
Changeset

Fixed 07011: It is not possible to randomize the order of groups even when a randomization groupname is set

dev: ended up doing maybe a little more then needed but basically, the duplicate updatesessiongrouplist was removed since it messed up the order and em sometimes looks at the grouplist for ordering. Also the randmaster is saved to the right place so the fieldmap can pick up on it

mod - application/controllers/survey/index.php Diff File
mod - application/helpers/SurveyRuntimeHelper.php Diff File
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/helpers/frontend_helper.php Diff File