Arthur Hanson
Arthur Hanson
### Fixes: #15232 Fix mis-spelling in permission
### Fixes: #15440 There were a couple issues with loading scripts from a data source from the DB representation of Scripts which also fix this issue: 1. setting up a...
### Fixes: #10587 Makes the script logs use a tables2 table which allows pagination and sorting of columns. There were a couple bugs in the scripts migrations which this fixes...
### NetBox version v4.0.0 ### Feature type Change to existing functionality ### Proposed functionality Currently Script log records are stored as a JSON blob on the Job object, this proposal...
### Fixes: #15404 Fixes drf-spectacular mapping for SerializedPKRelatedField
### Fixes: #15353 Better error handling if the script module can't load (for example a syntax error). Instead of crashing an error message of what error occurred is displayed. ![Monosnap...
### Deployment Type NetBox Cloud ### NetBox Version v4.0.0 ### Python Version 3.8 ### Steps to Reproduce There are a couple issues with loading scripts from a data source from...
### Fixes: #14799 Remove the caching on reports property so will pick up changes to report file content on data-sources.
link peers on a cable termination are not cast to a specific model but are left as a generic record.
link peers on a cable termination are not cast to a specific model but are left as a generic record. The return for link_peers is somewhat different format then for...
### Fixes: #15815 Convert dashboard widgets using `users.netboxuser` -> `users.user` and `users.netboxgroup` -> `users.group`