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

Feature 13083 self report processing #13108

Merged
merged 16 commits into from
Jun 4, 2024

Conversation

leventegal-she
Copy link
Contributor

Fixes #13083

Levente Gal added 12 commits May 13, 2024 08:57
…self-report-edit

# Conflicts:
#	sormas-backend/src/main/resources/sql/sormas_schema.sql
…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
@sergiupacurariu
Copy link
Contributor

if a change on a self report is performed and save button is hit twice, the second hit on save will trigger
"OutdatedEntityException"

@sergiupacurariu
Copy link
Contributor

there are still 3 failing tests on this branch

@sormas-vitagroup
Copy link
Contributor

@@ -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.
Copy link
Contributor

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

@leventegal-she leventegal-she merged commit b144f1f into development Jun 4, 2024
5 of 11 checks passed
@leventegal-she leventegal-she deleted the feature-13083-self-report-processing branch June 4, 2024 12:55
@sormas-vitagroup
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a manual processing for self Reporting
3 participants