Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
FIX: Delete Value UI Bug (#171)
* added logs to figure out what's going on * fix (resource-viewer): fixed bug where a recently updated value will not be removed from the UI when deleted * fix (e2e): fixed e2e tests * refactor (resource-view): value operation event subscription is now an array and the subscriptions are added to it * make the subscription array variable plural... * refactor (resource-view): split the updateResource method into three smaller methods that are easier to understand * fix (resource-view): added a new method in the value-type.service to check if the objectType of a PropertyDefinition is equal to one of the readonly strings defined in the value-type.service for text values * added comment for clarification on why we need to get the DOM element again after updating a value * refactor (value operation event service): added subclasses for each value operation
- Loading branch information
Showing
9 changed files
with
302 additions
and
128 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
Oops, something went wrong.