You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/customization/reports.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ The following methods are available to log results within a report:
111
111
112
112
The recording of one or more failure messages will automatically flag a report as failed. It is advised to log a success for each object that is evaluated so that the results will reflect how many objects are being reported on. (The inclusion of a log message is optional for successes.) Messages recorded with `log()` will appear in a report's results but are not associated with a particular object or status. Log messages also support using markdown syntax and will be rendered on the report result page.
113
113
114
-
To perform additional tasks, such as sending an email or calling a webhook, before or after a report is run, extend the `pre_run()` and/or `post_run()` methods, respectively. The status of a completed report is available as `self.failed` and the results object is `self.result`.
114
+
To perform additional tasks, such as sending an email or calling a webhook, before or after a report is run, extend the `pre_run()` and/or `post_run()` methods, respectively.
115
115
116
116
By default, reports within a module are ordered alphabetically in the reports list page. To return reports in a specific order, you can define the `report_order` variable at the end of your module. The `report_order` variable is a tuple which contains each Report class in the desired order. Any reports that are omitted from this list will be listed last.
Copy file name to clipboardExpand all lines: docs/release-notes/version-3.5.md
+27-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,32 @@
1
1
# NetBox v3.5
2
2
3
-
## v3.5.9 (FUTURE)
3
+
## v3.5.9 (2023-08-28)
4
+
5
+
### Enhancements
6
+
7
+
*[#12489](https://github.com/netbox-community/netbox/issues/12489) - Dynamically render location and device lists under site and location views
8
+
*[#12825](https://github.com/netbox-community/netbox/issues/12825) - Display assigned values count per obejct type under custom field view
9
+
*[#13313](https://github.com/netbox-community/netbox/issues/13313) - Enable filtering IP ranges by containing prefix
10
+
*[#13415](https://github.com/netbox-community/netbox/issues/13415) - Include request object in custom link renderer on tables
11
+
*[#13536](https://github.com/netbox-community/netbox/issues/13536) - Move child VLANs list to a separate tab under VLAN group view
12
+
*[#13542](https://github.com/netbox-community/netbox/issues/13542) - Pass additional HTTP headers through to custom script context
13
+
*[#13585](https://github.com/netbox-community/netbox/issues/13585) - Introduce `empty` lookup for numeric value filters
14
+
15
+
### Bug Fixes
16
+
17
+
*[#11272](https://github.com/netbox-community/netbox/issues/11272) - Fix localization support for device position field
18
+
*[#13358](https://github.com/netbox-community/netbox/issues/13358) - Git backend should send HTTP auth headers only if credentials have been defined
19
+
*[#13477](https://github.com/netbox-community/netbox/issues/13477) - Fix filtering of modified objects after bulk import/update
20
+
*[#13478](https://github.com/netbox-community/netbox/issues/13478) - Fix filtering of export templates by content type under web UI
21
+
*[#13500](https://github.com/netbox-community/netbox/issues/13500) - Fix form validation for bulk update of L2VPN terminations via bulk import form
22
+
*[#13503](https://github.com/netbox-community/netbox/issues/13503) - Fix utilization graph proportions when localization is enabled
23
+
*[#13507](https://github.com/netbox-community/netbox/issues/13507) - Avoid raising exception for invalid content type during global search
24
+
*[#13516](https://github.com/netbox-community/netbox/issues/13516) - Plugin utility functions should be importable from `extras.plugins`
25
+
*[#13530](https://github.com/netbox-community/netbox/issues/13530) - Ensure script log messages can be serialized as JSON data
26
+
*[#13543](https://github.com/netbox-community/netbox/issues/13543) - Config context tab under device/VM view should not require `extras.view_configcontext` permission
27
+
*[#13544](https://github.com/netbox-community/netbox/issues/13544) - Ensure `reindex` command clears all cached values when not in lazy mode
28
+
*[#13556](https://github.com/netbox-community/netbox/issues/13556) - Correct REST API representation of VDC status choice
29
+
*[#13569](https://github.com/netbox-community/netbox/issues/13569) - Fix selection widgets for related interfaces when bulk editing interfaces under device view
0 commit comments