Correct update group (#575)

Fix typos in var.py
This commit is contained in:
Ross Scroggs
2017-09-16 08:51:56 -07:00
committed by Jay Lee
parent 4f30ed6537
commit ad535b2e3f
2 changed files with 21 additions and 15 deletions

View File

@@ -765,9 +765,9 @@ USER_ADDRESS_TYPES = [u'home', u'work', u'other']
USER_EMAIL_TYPES = [u'home', u'work', u'other']
USER_EXTERNALID_TYPES = [u'account', u'customer', u'login_id', u'network',
u'organization']
USER_IMS_TYPES = [u'home', u'work', u'other']
USER_LOCATIONS_TYPES = [u'default', u'desk']
USER_ORGANIZATIONS_TYPES = [u'domain_only', u'school', u'unknown', u'work']
USER_IM_TYPES = [u'home', u'work', u'other']
USER_LOCATION_TYPES = [u'default', u'desk']
USER_ORGANIZATION_TYPES = [u'domain_only', u'school', u'unknown', u'work']
USER_PHONE_TYPES = [u'assistant', u'callback', u'car', u'company_main',
u'grand_central', u'home', u'home_fax', u'isdn', u'main',
u'mobile', u'other', u'other_fax', u'pager', u'radio',