-
Notifications
You must be signed in to change notification settings - Fork 12
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
Object's creation date inconsistency after db-migration #47
Comments
I don't think we'll be able to add a new Action value "DB-Migrated" in this plugin as those are defined in Nautobot's core code. But I could see creating an "Updated" entry matching the migration time. Inheriting the |
Having the updated entry would also fix switching from IDs to UUID. Now the 1st change after migration had really big difference even though nothing happened. So having "import change" would clear this clutter for future real change. Notice also the @glennmatthews can you please look into it? For us it contains 2 benefits: it prevents future misunderstanding ("Why my simple change is so big, I did not do those things!") and also keeps the creation date of the object, which is a big plus knowing how old they really are. Thank you |
…tency Issue #47: ChangeLogged objects honour `created` date
Fixed by #49. |
Environment
Expected Behavior
Object's changelog shows consistent
created
date for imported objects.From the user perspective, I would like to see following fields :
DB-Migrated
indicating object's migration datecreation date
Observed Behavior
Object's changelog shows inconsistent
created
date for imported objects. In the picture below, two differentcreated
dates are displayed to the users, which might be confusing:Steps to Reproduce
The text was updated successfully, but these errors were encountered: