Fixes #11047: Cloning a rack reservation should replicate rack & user

This commit is contained in:
jeremystretch
2022-11-30 15:37:50 -05:00
parent 8794cd993b
commit 6731b6a384
2 changed files with 5 additions and 0 deletions

View File

@@ -477,6 +477,8 @@ class RackReservation(NetBoxModel):
max_length=200
)
clone_fields = ('rack', 'user', 'tenant')
class Meta:
ordering = ['created', 'pk']