-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Open
Labels
Status: TriageNeeds to be verified, categorized, etcNeeds to be verified, categorized, etcType: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrect
Description
Description
As per #3139, members and method boxes are removed from a diagram if neither is provided and hideEmptyMembersBox
is set. However, if attributes are provided without operations, or operations are provided with no attributes , it still displays the empty box for whatever is missing.
Steps to reproduce
- Create a class diagram with
hideEmptyMembersBox
where attributes are provided without operations. - Create a class diagram with
hideEmptyMembersBox
where operations are provided without attributes.
Screenshots
Code Sample
---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class Duck {
myProperty
}
class Goose {
squawk()
}
Setup
No response
Suggested Solutions
No response
Additional Context
No response
Kwaadpepper
Metadata
Metadata
Assignees
Labels
Status: TriageNeeds to be verified, categorized, etcNeeds to be verified, categorized, etcType: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrect
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity