-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use createdAt as secundary sorting param [DHIS2-18089]
- Loading branch information
1 parent
07a3d76
commit 5da5eab
Showing
5 changed files
with
145 additions
and
2 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
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
43 changes: 43 additions & 0 deletions
43
dhis-2/dhis-test-integration/src/test/resources/tracker/programrule/event_without_date.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"trackedEntities": [], | ||
"enrollments": [], | ||
"events": [ | ||
{ | ||
"status": "COMPLETED", | ||
"program": { | ||
"idScheme": "UID", | ||
"identifier": "BFcipDERJnf" | ||
}, | ||
"programStage": { | ||
"idScheme": "UID", | ||
"identifier": "NpsdDv6kKSO" | ||
}, | ||
"enrollment": "TvctPPhpD8u", | ||
"orgUnit": { | ||
"idScheme": "UID", | ||
"identifier": "h4w96yEMlzO" | ||
}, | ||
"relationships": [], | ||
"scheduledAt": "2019-01-25T12:10:38.100", | ||
"storedBy": "admin", | ||
"deleted": false, | ||
"attributeOptionCombo": { | ||
"idScheme": "UID" | ||
}, | ||
"attributeCategoryOptions": [], | ||
|
||
"dataValues": [ | ||
{ | ||
"storedBy": "admin", | ||
"providedElsewhere": false, | ||
"dataElement": { | ||
"idScheme": "UID", | ||
"identifier": "DATAEL00001" | ||
} | ||
} | ||
], | ||
"notes": [] | ||
} | ||
], | ||
"relationships": [] | ||
} |
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