Closes #3581: Introduce commit_default custom script attribute to not commit changes by default

This commit is contained in:
Jeremy Stretch
2019-10-09 15:16:50 -04:00
parent 644b793b0a
commit 46eb858a26
4 changed files with 15 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ v2.6.6 (FUTURE)
* [#3545](https://github.com/netbox-community/netbox/issues/3545) - Add `MultiObjectVar` for custom scripts
* [#3563](https://github.com/netbox-community/netbox/issues/3563) - Enable editing of individual DeviceType components
* [#3580](https://github.com/netbox-community/netbox/issues/3580) - Render text and URL fields as textareas in the custom link form
* [#3581](https://github.com/netbox-community/netbox/issues/3581) - Introduce `commit_default` custom script attribute to not commit changes by default
---