Skip to content

Inconsistent component references #39

@LourensVeen

Description

@LourensVeen

In custom_implementations, we're referring to the component whose implementation to set by model.c1.c2.c3, while for resources and settings we refer to that same component as c1.c2.c3, with the root model implied. That should really be consistent.

For settings this may be tricky. What if we had a model with a submodel implementing model.c1 somewhere, would we then expect an instance in the submodel to look for model.c1.c2.setting, model.c1.setting, model.setting, and setting, or also for submodel.c1.setting and submodel.setting, and if so in which order?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions