Skip to content

Refactor BaseElement to add a displayName field #331

@NateLanza

Description

@NateLanza

Currently, the elementName field of BaseElement divides set names with ~&~ , which needs to be removed upon display. Adding a displayName field with this already done removes the need to run replaceAll('~&~', ' & ') in every location where the element is displayed, improving code quality. Ideally the displayName field would depend on elementName and respond to updates to it.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions