mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 16:18:16 -06:00
Fixed conflict #1
This commit is contained in:
parent
a62d4645ac
commit
518bdf8907
@ -381,7 +381,7 @@ class RackReservationForm(BootstrapMixin, TenancyForm, forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = RackReservation
|
||||
fields = ['units', 'tenant_group', 'tenant', 'description']
|
||||
fields = ['units', 'user', 'tenant_group', 'tenant', 'description']
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user