Closes #4382: Enable custom links for rack reservations

This commit is contained in:
Jeremy Stretch
2020-03-18 14:50:49 -04:00
parent 3557775056
commit 95924c95ed
3 changed files with 5 additions and 1 deletions

View File

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