mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
New feature: Allow samples to specify existing token record
Update to 2.3.0 release
This commit is contained in:
10
CHANGELOG
10
CHANGELOG
@@ -1,3 +1,13 @@
|
||||
queXS 2.3.0 - Changes since 2.2.6
|
||||
|
||||
New feature: Allow operators to search the sample (visible fields only) and assign cases to themselves
|
||||
|
||||
New feature: Allow for samples to reference existing token records
|
||||
|
||||
Requires database update:
|
||||
alter table `case` drop index token;
|
||||
alter table `case` add index (`token`);
|
||||
|
||||
queXS 2.2.6 - Changes since 2.2.5
|
||||
|
||||
Fixed bug: LimeSurvey reports session mismatch with token
|
||||
|
||||
Reference in New Issue
Block a user