Changes between Initial Version and Version 1 of Ticket #1029, comment 16


Ignore:
Timestamp:
Mar 29, 2018, 11:35:17 AM (6 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1029, comment 16

    initial v1  
    11Design update:
    22
    3 MeLuDI should be updated in case/sample registration wizards for projects using site prefix:[[BR]]i. The case ID input field should be empty (for other projects the next available case ID is set as default value).[[BR]]ii. The site menu should have the site corresponding to the site prefix in the case ID as default value, and the menu should be disabled. If a case ID with an unknown site prefix has been entered, the site menu should have "unknown" as default value.
     3 * MeLuDI should be updated in case/sample registration wizards for projects using site prefix:[[BR]]i. The case ID input field should be empty (for other projects the next available case ID is set as default value).[[BR]]ii. The site menu should have the site corresponding to the site prefix in the case ID as default value, and the menu should be disabled. If a case ID with an unknown site prefix has been entered, the site menu should have "unknown" as default value.
    44
    55 1. Javascript file `persinfo.js` in `resources/personal/` updated:[[BR]]a. Function `onConfiguration(request)` updated to set value of variable `usesSitePrefix` from loaded configuration.[[BR]]b. Function `caseInfoLoadedStep1(response)` updated to not enter a default value in case ID input field, if value of variable `usesSitePrefix` is `true`.[[BR]]c. Function `onCaseInfoLoaded(response)` updated for case info having a not-null value for variable `siteDefault` to set the default for the site menu to the value in question, and to disable the site menu.