Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preselected Discrepancy Note Type is different in repeating groups #343

Open
oba-reliatec opened this issue Aug 2, 2022 · 0 comments
Open
Labels
invalid This doesn't seem right

Comments

@oba-reliatec
Copy link
Member

Description:
When creating a discrepancy note LibreClinica preselects the type most likely appropriate in the current context (usually Annotation, Query when logged in as monitor, Failed Validation Check when generated by a rule). However, when an item is member of a repeating group, Failed Validation Check is preselected while Annotation would be expected.

Requirements:
Study with a CRF containing at least one ungrouped item A, one item B in a non-repeating group, and one C in a repeating group.

Steps to follow:

  1. login as data entry user
  2. open the CRF in DataEntry mode
  3. click on the flag next to item C to create a discrepancy note
  4. in the pop-up window watch the preselected type of the discrepancy note

Expected result:
Annotation
The preselected type should be independent of whether the item is in a repeating group or not.

Actual result:
Failed Validation Check

Server Setup (optional):

  • reproduced on Linux and Windows
  • Application Server Tomcat-9

Additional context (optional):
In Note.jsp the preselected type is read out of <c:set var="typeId1" value="${discrepancyNote.discrepancyNoteTypeId}"/>

@oba-reliatec oba-reliatec added the invalid This doesn't seem right label Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant