Skip to content

[base-controller] Make name a static property #7632

@Gudahtt

Description

@Gudahtt

The BaseController API has name as an instance property. This is always set statically, so we could make it a static property instead.

This would make it easier to generate a complete list of controller names in the client repositories. Currently we need to wait until after the controllers are constructed before getting a list of the name properties, which is an inconvenient restriction.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions