nautobot / nautobot-app-version-control

Version Control App that uses and requires a Dolt Database
Other
30 stars 6 forks source link

Allow Plugins to register for Diff Views #60

Closed andy-wm-arthur closed 4 months ago

andy-wm-arthur commented 3 years ago

DIff views rely on a manual mapping from ContentType to table-list-view. We must be able to look up a list view for an object in order to extend it as a diff view.

Currently, plugins can register version-controlled-models, but can't see diffs for these models. We must allow them to register entries in the mapping in order to provide diff views.

andy-wm-arthur commented 3 years ago

Addressed https://github.com/nautobot/nautobot-plugin-workflow-dolt/pull/62