-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
187810613 ruler add attribute (#1359)
* Change add new attribute function to use V3 code. This fixes a bug where user could not add a value to the new attribute in the case card, which also meant evaluated formulas were could not be added as values. Adds ability add a formula to an attribute in the case card, using V3 modal. * Adds ability to hide attributes in case card. Case card hides attributes that were hidden in case table. * Fixes adding new attribute in case card again * Moves the loop for adding values to the attr before the logic of where to place the new attr * Moves card case attribute menu functionality to the DG data context utilities. * Moves SharedCaseMetDataPropType declaration to case-card.v2 Cleans up unused imports * Fizes broken jest test * Adds ability to add new attribute from case table ruler menu. * merge from main cleanup * Adds a new attribute in the proper collection from the ruler menu in the table inspector panel * Fixes Cypress for adding attributes throught the table inspector * Force a re-run of tests * Removes caseMetaData from case card. Remnants of old code when branch was created. * Merges changes from main and makes some adjustments. Fixes flaky cypress table test * PR Fixes
- Loading branch information
Showing
7 changed files
with
41 additions
and
11 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
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