Closes #4381: Enable export templates for rack reservations
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
* [#4309](https://github.com/netbox-community/netbox/issues/4309) - Add descriptive tooltip to custom fields on object views
|
* [#4309](https://github.com/netbox-community/netbox/issues/4309) - Add descriptive tooltip to custom fields on object views
|
||||||
* [#4369](https://github.com/netbox-community/netbox/issues/4369) - Add a dedicated view for rack reservations
|
* [#4369](https://github.com/netbox-community/netbox/issues/4369) - Add a dedicated view for rack reservations
|
||||||
* [#4380](https://github.com/netbox-community/netbox/issues/4380) - Enable webhooks for rack reservations
|
* [#4380](https://github.com/netbox-community/netbox/issues/4380) - Enable webhooks for rack reservations
|
||||||
|
* [#4381](https://github.com/netbox-community/netbox/issues/4381) - Enable export templates for rack reservations
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
@@ -739,7 +739,7 @@ class Rack(ChangeLoggedModel, CustomFieldModel):
|
|||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
||||||
@extras_features('webhooks')
|
@extras_features('export_templates', 'webhooks')
|
||||||
class RackReservation(ChangeLoggedModel):
|
class RackReservation(ChangeLoggedModel):
|
||||||
"""
|
"""
|
||||||
One or more reserved units within a Rack.
|
One or more reserved units within a Rack.
|
||||||
|
Reference in New Issue
Block a user