Fixes #12144: Ensure consistent treatment of context data when rendering config templates via UI & API

This commit is contained in:
jeremystretch
2023-04-03 09:50:07 -04:00
parent 071334ba73
commit e8325cb64f
3 changed files with 9 additions and 6 deletions

View File

@@ -77,6 +77,7 @@ Two new webhook trigger events have been introduced: `job_start` and `job_end`.
* [#12109](https://github.com/netbox-community/netbox/issues/12109) - Fix migration error when replicating more than 100 job results
* [#12112](https://github.com/netbox-community/netbox/issues/12112) - Do not link data source URL for local paths
* [#12115](https://github.com/netbox-community/netbox/issues/12115) - Fix rendering config templates from a data file
* [#12144](https://github.com/netbox-community/netbox/issues/12144) - Ensure consistent treatment of context data when rendering config templates via UI & API
* [#12146](https://github.com/netbox-community/netbox/issues/12146) - Do not display object selector for disabled fields
### Other Changes