netbox
netbox copied to clipboard
Add changelog message to bulk rename process
NetBox version
v4.4.5
Feature type
Change to existing functionality
Proposed functionality
The changelog message box should be added to the object bulk rename process.
Use case
Seems to be one area that allows changes to be made without provision for a changelog message.
Database changes
No response
External dependencies
No response
IIRC I didn't do this when I originally implement changelog messaging simply because the bulk rename view differed in its pattern from the other bulk views, and I didn't feel comfortable bringing it into scope at the time. It should be fine to take on now though.
I believe this is affecting also the ComponentCreateView that is missing the line. Not sure 100% but my tests are failing on that view
obj._changelog_message = form.cleaned_data.pop('changelog_message', '')