mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-24 01:34:57 +01:00
Ensure script variables fall back to their defined defaults when a value is not submitted (e.g. via "Run again" or other minimal POSTs). - Populate omitted script variables with their initial/default values before validation and job enqueueing - Treat falsy defaults (e.g. False/0) as valid defaults - Add a test asserting defaults are included in enqueued job data - Remove the redundant default from ScriptValidationErrorTest