-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new ‘enumWithDescriptions’ Custom Property to allow adding Enum K…
…eys with Description (#17777) * Add new ‘metaEnum’ Custom Property to allow adding Enum Keys with Description * replace JsonNodeFactory method with JsonUtils * rename property from metaEnum to enumWithDescriptions, and other method optimizations * ui: add support for creating enumWithDescription property * minor locale changes * ui: add edit support for created enumWithDescription property * Refactor enum description field layout in AddCustomProperty and EditCustomPropertyModal * add support for adding values to enumWithDescription custom property type * Refactor custom property input IDs in AddCustomProperty and EditCustomPropertyModal components * Refactor custom property table rendering logic and UI components * Refactor custom property table rendering logic and UI components * Refactor custom property table rendering logic and UI components * add basic card layout * Refactor CustomPropertyTable component to improve UI and functionality * update playwright test part 1 * Refactor PropertyValue component to conditionally render right panel styles * fix: entity reference property update * Refactor CustomPropertyTable component to conditionally render right panel styles * fix: flaky test * Refactor CustomPropertyTable test to use updated test IDs and remove unnecessary code * fix flaky test * improve the playwright test * add more test --------- Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com> Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
- Loading branch information
1 parent
f9e70f8
commit 1b029d2
Showing
35 changed files
with
1,528 additions
and
227 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
Oops, something went wrong.