mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-21 10:50:26 +03:00
Add 'state' field to save_fields in Authenticators model
This commit is contained in:
parent
45d1ad17e9
commit
354040c051
@ -64,7 +64,7 @@ class Authenticators(ModelHandler):
|
||||
# Custom get method "search" that requires authenticator id
|
||||
custom_methods = [('search', True)]
|
||||
detail = {'users': Users, 'groups': Groups}
|
||||
save_fields = ['name', 'comments', 'tags', 'priority', 'small_name', 'mfa_id:_']
|
||||
save_fields = ['name', 'comments', 'tags', 'priority', 'small_name', 'mfa_id:_', 'state']
|
||||
|
||||
table_title = _('Authenticators')
|
||||
table_fields = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user