2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Note to CHANGELOG

This commit is contained in:
Alex
2015-11-18 15:51:13 +03:00
parent 759c2bcd5d
commit df13800bda

View File

@@ -55,6 +55,14 @@ DROP TABLE `sessions2`;
/* Add sort order feature to questionnaire sample table */
ALTER TABLE `questionnaire_sample` ADD `sort_order` INT( 11 ) NOT NULL DEFAULT '0';
!!-- IMPORTANT --!!
If you had more than 1 sample assigned to a questionaire before "samplesort" update, you'll need to have different sort_order values (llike 0,1,2 e.t.c.)for each sample per questionnaire to make "samplesort" feature work.
Easy way: unassign samples from quesionnaires (no more than 1 could be left per questionnaire) and reassign them back.
Check that you have different "Sort order" values for each sample per questionnaire, test order change with up/down arrows.
!!
queXS 1.13.1 - Changes since 1.13.0
Fixed Bug: Remove references to old DEFAULT_TIME_ZONE config constant (use get_settings instead)