Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next: object detail view missing changelog tab for objects using slug rather than PK in url pattern #852

Closed
glennmatthews opened this issue Aug 25, 2021 · 1 comment
Assignees
Labels
type: bug Something isn't working as expected

Comments

@glennmatthews
Copy link
Contributor

Environment

  • Python version:
  • Nautobot version: 1.2.0a1

Steps to Reproduce

  1. View the object detail page for a model that uses a slug rather than a pk for its URL pattern, e.g. a Circuit Provider model.
  2. Observe that the "Change Log" tab is not present on this page.

Expected Behavior

Change Log tab should be present.

Observed Behavior

It isn't.

This appears to be a regression due to #737.

@glennmatthews
Copy link
Contributor Author

Fixed in next by #854.

hellerve added a commit to hellerve/nautobot that referenced this issue Aug 27, 2021
* next: (36 commits)
  Add release-notes for nautobot#852 and nautobot#853
  Fix nautobot#852 and nautobot#853, add regression test coverage (nautobot#854)
  Add release-notes for nautobot#493
  Add release-notes for nautobot#670 and nautobot#856
  Steps For API Key (nautobot#857)
  Doc Fix Only - update jobs docs regarding job failures (nautobot#670)
  AutoSlug with consistent API (nautobot#757)
  Add release-notes for nautobot#11 and nautobot#850
  Add documentation on how to write and preview documentation (nautobot#850)
  Added webhook suppot for plugins (nautobot#790)
  Add release-notes for nautobot#845 and nautobot#848
  Update index.md (nautobot#845)
  Update links to NAPALM (nautobot#848)
  Add release-note for nautobot#841
  Doc fixes started 8 6 21 (nautobot#841)
  Add release-notes for nautobot#652 and nautobot#830
  Don't use same db_table as previously created by health_check.db. Fixes nautobot#830 (nautobot#840)
  Add object variable lookup (nautobot#837)
  Add release-note for nautobot#718
  Fix nautobot#718: Computed field template overflow (nautobot#831)
  ...
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

1 participant