-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #338 from dhis2/fix/DHIS2-17668
fix(DHIS2-17668): sanitise HTML in table instead of showing it as encoded text
- Loading branch information
Showing
25 changed files
with
8,553 additions
and
1,178 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
535 changes: 279 additions & 256 deletions
535
cypress/fixtures/network/38/users_can_approve,_accept,_unapprove,_and_unaccept_data.json
Large diffs are not rendered by default.
Oops, something went wrong.
422 changes: 182 additions & 240 deletions
422
...res/network/38/users_can_view_data_set_reports_for_data_sets_connected_to_a_workflow.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
465 changes: 178 additions & 287 deletions
465
cypress/fixtures/network/39/users_can_approve,_accept,_unapprove,_and_unaccept_data.json
Large diffs are not rendered by default.
Oops, something went wrong.
420 changes: 181 additions & 239 deletions
420
...res/network/39/users_can_view_data_set_reports_for_data_sets_connected_to_a_workflow.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,12 @@ | ||
{ | ||
"count": 349, | ||
"totalResponseSize": 115877, | ||
"duplicates": 241, | ||
"nonDeterministicResponses": 19, | ||
"apiVersion": 40, | ||
"fixtureFiles": [ | ||
"static_resources.json", | ||
"users_can_approve,_accept,_unapprove,_and_unaccept_data.json", | ||
"users_can_view_data_set_reports_for_data_sets_connected_to_a_workflow.json" | ||
] | ||
} |
1,385 changes: 1,385 additions & 0 deletions
1,385
cypress/fixtures/network/40/users_can_approve,_accept,_unapprove,_and_unaccept_data.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,908 changes: 1,908 additions & 0 deletions
1,908
...res/network/40/users_can_view_data_set_reports_for_data_sets_connected_to_a_workflow.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,12 @@ | ||
{ | ||
"count": 348, | ||
"totalResponseSize": 116177, | ||
"duplicates": 240, | ||
"nonDeterministicResponses": 26, | ||
"apiVersion": 41, | ||
"fixtureFiles": [ | ||
"static_resources.json", | ||
"users_can_approve,_accept,_unapprove,_and_unaccept_data.json", | ||
"users_can_view_data_set_reports_for_data_sets_connected_to_a_workflow.json" | ||
] | ||
} |
Oops, something went wrong.