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

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 00d72f18cf
commit 281934cf34
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']