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

New feature: Allow operators to search the sample (visible fields only) and assign cases to themselves

This commit is contained in:
Adam Zammit
2020-06-12 12:13:28 +10:00
parent 0cbf8baf5f
commit 8478f113ef
4 changed files with 147 additions and 0 deletions

View File

@@ -205,6 +205,7 @@ if (!defined('TAB_PERFORMANCE')) define('TAB_PERFORMANCE', true);
if (!defined('TAB_CALLHISTORY')) define('TAB_CALLHISTORY', true);
if (!defined('TAB_PROJECTINFO')) define('TAB_PROJECTINFO', true);
if (!defined('TAB_INFO')) define('TAB_INFO', true);
if (!defined('TAB_SEARCHSAMPLE')) define('TAB_SEARCHSAMPLE', false);
/**
* Enable a header expander for the main page to shrink/expand when not in use?