mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
17170 bulk edit form
This commit is contained in:
parent
9b136745eb
commit
9005e8a5cc
@ -132,8 +132,10 @@ class ContactBulkEditForm(NetBoxModelBulkEditForm):
|
||||
|
||||
model = Contact
|
||||
fieldsets = (
|
||||
FieldSet('add_groups', 'remove_groups', 'title', 'phone', 'email', 'address', 'link', 'description'),
|
||||
FieldSet('title', 'phone', 'email', 'address', 'link', 'description'),
|
||||
FieldSet('add_groups', 'remove_groups', name=_('Groups')),
|
||||
)
|
||||
|
||||
nullable_fields = (
|
||||
'add_groups', 'remove_groups', 'title', 'phone', 'email', 'address', 'link', 'description', 'comments'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user