Rida Abou-Haidar
Rida Abou-Haidar
**Describe the bug** Several checks in `fix_candidate_age.php` make it fail for any instrument that does not save it's data into a MySQL table. These checks should be removed and the...
## Brief summary of changes The survey instrument logic had fallen severely behind the latest standards. This PR adds support for LINST instrument pages, `getSubtestList()` which deprecated the `instrument_subtests` table...
**Describe the bug** In the behavioural quality control module, under the "Behavioural feedback" tab, the entries in the Feedback level should normally direct to the candidate/visit/instrument where a feedback wass...
**Describe the bug** It is possible to create a new project from the frontend without giving it a valid Alias although the SQL field is set to NOT NULL. It...
**Describe the bug** Strange missing entries in the Feedback Level column. The entries show up as links, so the absence of entries means there is no link to the feedback...
## Tasks: - [ ] Review issues from previous release testing ### Documentation Tasks - [ ] Update test plans - [ ] Review/update module READMEs (Interactions, configurations, permissions, widgets,...
## Brief summary of changes This PR fixes the display of time fields in instrument tables to be inline (hours at the left of minutes) instead of vertical (hours on...
``` mkdir SQL/Archive/26.0 git mv SQL/New_patches/*.sql SQL/Archive/26.0/ for n in SQL/Archive/26.0/*.sql; do echo $n; echo -e "\nSELECT 'Running: $n';\n" >> SQL/Release_patches/25.0_To_26.0_upgrade.sql; cat $n >> SQL/Release_patches/25.0_To_26.0_upgrade.sql; done; ```
DO NOT SQUASH
**Is your feature request related to an existing module?** Applies to all filters in all modules **Describe the solution you'd like** We need the possibility of searching for ranges whether...