Skip to content

Local references should not be prefixed with model name #123

@harmen-xb

Description

@harmen-xb

When modeling a data model and somewhere a local object is referenced (for example with inheritance, or relationships) the referenced id should be the local id and not the global one (prefixed with the model name.

Example after creating an inheritance:

entity:
    id: DataContainerRelationship
    name: "DataContainerRelationship"
    inherits:
      - crossmodel-common.NamedObject

What I would rather see (since NamedObject is in the same model):

entity:
    id: DataContainerRelationship
    name: "DataContainerRelationship"
    inherits:
      - NamedObject

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions