1
0
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:
Adolfo Gómez García 2025-01-30 18:23:57 +01:00
parent 45d1ad17e9
commit 354040c051
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -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 = [