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: Boolean add button (#182)
* fix (property-viewer): check if a property with a cardinality of 0-1 currently has a value. If not, show the add button. * tests (property-view): added test for a property that has a cardinality of 0-1 and does not contain a value * refactor (property-view): move logic to show add button from the template to the class * refactor (property-view): use CardinalityUtil to simply logic * fix (property-view): small change to use gui element to check if it should hide the add button for a Rich Text Value * refactor (property-view): simplified return
- Loading branch information
Showing
3 changed files
with
47 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