mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 21:28:32 +00:00
I.e., from status = {'ids_full_submission': 'required', 'enter_core_info': 'disabled', ...} to status = {'ids_full_submission': {'status': 'required', 'message': 'required because...'}, 'enter_core_info': {'status': 'disabled', 'message': 'disabled because...'}, ...} Modified study_service.__update_status_of_workflow_meta to accommodate this change.