mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 20:22:53 -06:00
Update racks.py
This commit is contained in:
parent
9456e95097
commit
95f372e76e
@ -725,7 +725,7 @@ class RackReservation(PrimaryModel):
|
|||||||
@property
|
@property
|
||||||
def unit_list(self):
|
def unit_list(self):
|
||||||
return array_to_string(self.units)
|
return array_to_string(self.units)
|
||||||
|
|
||||||
def to_objectchange(self, action):
|
def to_objectchange(self, action):
|
||||||
objectchange = super().to_objectchange(action)
|
objectchange = super().to_objectchange(action)
|
||||||
objectchange.related_object = self.rack
|
objectchange.related_object = self.rack
|
||||||
|
Loading…
Reference in New Issue
Block a user