Skip to content

Change CustomObjectType to a NetBoxModel #301

@bctiemann

Description

@bctiemann

Proposed Changes

Change CustomObjectType to a NetBoxModel and move the description and comments fields (currently in use via PrimaryModel) to it.

Justification

CustomObjectType is currently a PrimaryModel; but that is incorrect as PrimaryModel is intended for first-class models representing actual business objects, not meta-objects or organizational models.

This guards against incompatibilities arising from future changes to PrimaryModel, such as the upcoming OwnerMixin which adds an owner field.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions