Skip to content

Commit

Permalink
adding the field name auth_source_name (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar authored and rplevka committed Oct 30, 2020
1 parent 7d4322a commit 83c280c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -7996,6 +7996,7 @@ def __init__(self, server_config=None, **kwargs):
default=AuthSourceLDAP(server_config, id=1),
required=True,
),
'auth_source_name': entity_fields.StringField(),
'default_location': entity_fields.OneToOneField(Location),
'default_organization': entity_fields.OneToOneField(Organization),
'description': entity_fields.StringField(),
Expand Down

0 comments on commit 83c280c

Please sign in to comment.