Skip to content

Avoid duplicate property names #31

@bitbrain

Description

@bitbrain

It is currently possible to create scenarios where property names can exist multiple times within an entity, leading to undesired behavior. Any property name should be unique per entity.

  • a parent entity cannot define a property that already exists on a child
  • a child entity cannot define a property that got inherited from a parent
  • an entity should not have the same property twice, meaning renaming one property to an already existing name should not be possible

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions