-
Notifications
You must be signed in to change notification settings - Fork 144
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
Feature 13083 self report processing #13108
Feature 13083 self report processing #13108
Conversation
…ssages (UI) - WIP
…self-report-edit # Conflicts: # sormas-backend/src/main/resources/sql/sormas_schema.sql
…ssages (UI) = regenerated captions
…self-report-processing # Conflicts: # sormas-api/src/main/java/de/symeda/sormas/api/i18n/Captions.java # sormas-api/src/main/java/de/symeda/sormas/api/selfreport/SelfReportDto.java # sormas-api/src/main/java/de/symeda/sormas/api/user/DefaultUserRole.java # sormas-api/src/main/java/de/symeda/sormas/api/user/UserRight.java # sormas-api/src/main/resources/captions.properties # sormas-api/src/main/resources/enum.properties # sormas-api/src/main/resources/strings.properties # sormas-backend/src/main/java/de/symeda/sormas/backend/selfreport/SelfReport.java # sormas-backend/src/main/java/de/symeda/sormas/backend/selfreport/SelfReportFacadeEjb.java # sormas-backend/src/main/resources/META-INF/glassfish-ejb-jar.xml # sormas-backend/src/main/resources/sql/sormas_schema.sql # sormas-rest/src/main/webapp/WEB-INF/glassfish-web.xml # sormas-rest/src/main/webapp/WEB-INF/web.xml # sormas-ui/src/main/java/de/symeda/sormas/ui/selfreport/SelfReportController.java # sormas-ui/src/main/java/de/symeda/sormas/ui/selfreport/SelfReportDataForm.java # sormas-ui/src/main/java/de/symeda/sormas/ui/selfreport/SelfReportGrid.java # sormas-ui/src/main/webapp/WEB-INF/glassfish-web.xml # sormas-ui/src/main/webapp/WEB-INF/web.xml
…self-report-processing
…ct relationship type
if a change on a self report is performed and save button is hit twice, the second hit on save will trigger |
… keycloak docker config
sormas-ui/src/main/java/de/symeda/sormas/ui/selfreport/SelfReportController.java
Show resolved
Hide resolved
there are still 3 failing tests on this branch |
SonarCloud analysis: https://sonarcloud.io/dashboard?id=SORMAS-Project&pullRequest=13108 |
@@ -1811,3 +1811,11 @@ messageSelfReportDearchived = Self report has been de-archived | |||
headingNoSelfReportsSelected = No self reports selected | |||
messageNoSelfReportsSelected = You have not selected any self reports | |||
messageSelfReportOutsideJurisdictionDeletionDenied=The self report outside user's jurisdiction cannot be deleted | |||
infoSelfReportSelectOrCreateEntry=The database already contains at least one entry that seems to be very similar to the details of the self report.<br/><br/>Please look through the list of entries. If you feel certain that one matches the elf report, select it and click on the <i>Confirm</i> button. Otherwise, select the option to create a new entry for the person.<br/><br/>If you are unsure, you can discard this window and cancel the process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing an "s" from self report
SonarCloud analysis: https://sonarcloud.io/dashboard?id=SORMAS-Project&pullRequest=13108 |
Fixes #13083