forked from dhis2/dhis2-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: last updated in data approval responses [DHIS2-5075] (dhis2#8949)
* chore: lombok for ApprovalStatusDto [DHIS2-5075] * chore: use stream map instead of for to convert data approval status to DTO [DHIS2-5075] * chore: lombok for DataApprovalStateResponse [DHIS2-5075] * feat: adds lastUpdated info to data approval API [DHIS2-5075] * fix: adds back wrongly removed setters for data approval [DHIS2-5075] * fix: undo adding last updated to data approval DTO (would always be null) [DHIS2-5075] * fix: undo removal of setCurrentUserService (reflection callers) [DHIS2-5075] * fix: data approval (tests failing - wrong setup?) [DHIS2-5075] * fix: test data approval process (approval stage) [DHIS2-5075] * chore: sonar code complexity issue [DHIS2-5075] * fix: only add accepted by info with permission [DHIS2-5075] * fix: DA two level test scenario with accept [DHIS2-5075] * fix: data approval last updated in status API [DHIS2-5075] * chore: undo some no longer needed changes [DHIS2-5075] * fix: add accepted info to data approval permission [DHIS2-5075] * fix: next time I ask Chuck Norris to fix data approval [DHIS2-5075] * fix: hide field, correct eval for can read approved by [DHIS2-5075]
- Loading branch information
Showing
10 changed files
with
273 additions
and
553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 0 additions & 58 deletions
58
dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataapproval/DataApprovalStateResponses.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.