Skip to content

Component references in settings differ from others #39

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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