mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 19:36:26 -06:00
17170 bulk edit form
This commit is contained in:
parent
9b136745eb
commit
9005e8a5cc
@ -132,8 +132,10 @@ class ContactBulkEditForm(NetBoxModelBulkEditForm):
|
|||||||
|
|
||||||
model = Contact
|
model = Contact
|
||||||
fieldsets = (
|
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 = (
|
nullable_fields = (
|
||||||
'add_groups', 'remove_groups', 'title', 'phone', 'email', 'address', 'link', 'description', 'comments'
|
'add_groups', 'remove_groups', 'title', 'phone', 'email', 'address', 'link', 'description', 'comments'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user