Added department chair to the mocked data for study_info script.

The missing department chair caused an infinite loop in a workflow that checked for a department chair.
This commit is contained in:
mike cullerton 2021-03-16 13:36:55 -04:00
parent 529bfc34b3
commit e2ba19748d

View File

@ -80,7 +80,12 @@ class StudyInfo(Script):
'display': 'Optional',
'unique': 'Yes',
'user_id': 'asd3v',
'error': 'Unable to locate a user with id asd3v in LDAP'}
'error': 'Unable to locate a user with id asd3v in LDAP'},
'DEPT_CH': {
'label': 'Department Chair',
'display': 'Always',
'unique': 'Yes',
'user_id': 'lb3dp'}
},
"documents": {
'AD_CoCApp': {'category1': 'Ancillary Document', 'category2': 'CoC Application', 'category3': '',