1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #4381: Enable export templates for rack reservations

This commit is contained in:
Jeremy Stretch
2020-03-18 14:46:23 -04:00
parent 87f0b19dc0
commit a9d04547d1
2 changed files with 2 additions and 1 deletions

View File

@@ -739,7 +739,7 @@ class Rack(ChangeLoggedModel, CustomFieldModel):
return 0
@extras_features('webhooks')
@extras_features('export_templates', 'webhooks')
class RackReservation(ChangeLoggedModel):
"""
One or more reserved units within a Rack.