-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TACKLE-192] - Bulk copy Assessment/Review (#261)
* save changes * save * Save changes * Save changes * Add checbox confirmation * save changes * Add translations * Fix warning msg * Change CSV test files * Fix notification and form * remove unused import * Add select all * Add tests for useSelectionFromPageState * Add tests * change warning icon position * Change icon
- Loading branch information
1 parent
caf599b
commit 9508504
Showing
39 changed files
with
1,486 additions
and
64 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
cypress/fixtures/application-import/partially_valid_application_rows.csv
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Record Type 1,Application Name,Description,Comments,Business Service,Tag Type 1,Tag 1,Tag Type 2,Tag 2,Tag Type 3,Tag 3,Tag Type 4,Tag 4,Tag Type 5,Tag 5,Tag Type 6,Tag 6,Tag Type 7,Tag 7,Tag Type 8,Tag 8,Tag Type 9,Tag 9,Tag Type 10,Tag 10,Tag Type 11,Tag 11,Tag Type 12,Tag 12,Tag Type 13,Tag 13,Tag Type 14,Tag 14,Tag Type 15,Tag 15,Tag Type 16,Tag 16,Tag Type 17,Tag 17,Tag Type 18,Tag 18,Tag Type 19,Tag 19,Tag Type 20,Tag 20 | ||
,application-a,description-a,comment-a,service-a,tagType-a,tag-a-a,tagType-a,tag-b-a,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
,application-b,description-b,comment-b,service-b,tagType-b,tag-a-b,tagType-b,tag-b-b,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
,application-c,description-c,comment-c,service-x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
1,application-a,description-a,comment-a,service-a,tagType-a,tag-a-a,tagType-a,tag-b-a,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
1,application-b,description-b,comment-b,service-b,tagType-b,tag-a-b,tagType-b,tag-b-b,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
1,application-c,description-c,comment-c,service-x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, |
4 changes: 2 additions & 2 deletions
4
cypress/fixtures/application-import/valid_application_rows.csv
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Record Type 1,Application Name,Description,Comments,Business Service,Tag Type 1,Tag 1,Tag Type 2,Tag 2,Tag Type 3,Tag 3,Tag Type 4,Tag 4,Tag Type 5,Tag 5,Tag Type 6,Tag 6,Tag Type 7,Tag 7,Tag Type 8,Tag 8,Tag Type 9,Tag 9,Tag Type 10,Tag 10,Tag Type 11,Tag 11,Tag Type 12,Tag 12,Tag Type 13,Tag 13,Tag Type 14,Tag 14,Tag Type 15,Tag 15,Tag Type 16,Tag 16,Tag Type 17,Tag 17,Tag Type 18,Tag 18,Tag Type 19,Tag 19,Tag Type 20,Tag 20 | ||
,application-a,description-a,comment-a,service-a,tagType-a,tag-a-a,tagType-a,tag-b-a,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
,application-b,description-b,comment-b,service-b,tagType-b,tag-a-b,tagType-b,tag-b-b,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
1,application-a,description-a,comment-a,service-a,tagType-a,tag-a-a,tagType-a,tag-b-a,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | ||
1,application-b,description-b,comment-b,service-b,tagType-b,tag-a-b,tagType-b,tag-b-b,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, |
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
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
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
2 changes: 1 addition & 1 deletion
2
src/pages/application-inventory/application-list/components/application-tags/index.ts
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 |
---|---|---|
@@ -1 +1 @@ | ||
export { ApplicationTags as UpdateApplicationModal } from "./application-tags"; | ||
export { ApplicationTags } from "./application-tags"; |
Oops, something went wrong.