Fixes #11384: Correct current time display on script & report forms

This commit is contained in:
jeremystretch
2023-01-06 09:42:13 -05:00
parent 05319c589d
commit 8c161ecbb9
4 changed files with 14 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
### Bug Fixes
* [#11384](https://github.com/netbox-community/netbox/issues/11384) - Correct current time display on script & report forms
* [#11403](https://github.com/netbox-community/netbox/issues/11403) - Fix exception when scheduling a job in the past
---