Skip to content

Commit fd180e4

Browse files
committed
Changelog & docs cleanup for #6973
1 parent 3e5452d commit fd180e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/customization/reports.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ The recording of one or more failure messages will automatically flag a report a
9797

9898
To perform additional tasks, such as sending an email or calling a webhook, after a report has been run, extend the `post_run()` method. The status of the report is available as `self.failed` and the results object is `self.result`.
9999

100-
By default, reports within a module are unordered and 'randomly' displayed in the reports list page. If you want to order reports, you can defined the `report_order` variable at the end
101-
of your module. The `report_order` variable is a tuple which contains each Report class in a specific order.
100+
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.
102101

103102
```
104103
from extras.reports import Report

docs/release-notes/version-3.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
### Enhancements
66

7-
* [#6917](https://github.com/netbox-community/netbox/issues/6917) - Make ip assigned checkmark in ip table link to interface
7+
* [#6917](https://github.com/netbox-community/netbox/issues/6917) - Make IP assigned checkmark in IP table link to interface
8+
* [#6973](https://github.com/netbox-community/netbox/issues/6973) - Enable custom ordering of reports
89
* [#7118](https://github.com/netbox-community/netbox/issues/7118) - Render URL custom fields as hyperlinks in object tables
910
* [#7323](https://github.com/netbox-community/netbox/issues/7323) - Add serial filter field for racks & devices
1011
* [#7372](https://github.com/netbox-community/netbox/issues/7372) - Link to local docs for model from object add/edit views

0 commit comments

Comments
 (0)