nautobot / nautobot-app-design-builder

https://docs.nautobot.com/projects/design-builder/en/latest/
Other
8 stars 2 forks source link

fix: Fixes most likely issues with attribute collisions #191

Closed abates closed 1 month ago

abates commented 1 month ago

This fixes an issue where some Nautobot models have an environment or metadata field name. Almost all instance attributes in ModelInstance have been moved into the ModelMetadata class, and other fields have been prefixed to reduce the likelyhood of collision.

Fixes #160