[16:50:29 CDT(-0500)] <JasonElwood> coachSetFromExternalData appears in the config db table and configuration.js Can somebody tell me which is used by the application
[17:00:40 CDT(-0500)] <dmccallum54> the configuration.js value is used in the front end to dis/enable the coach selection controls in the caseload assignment tool
[17:00:54 CDT(-0500)] <dmccallum54> checking on the back-end now
[17:02:23 CDT(-0500)] <dmccallum54> the background external->internal person sync job reads the config table coachSetFromExternalData value. if 'false', the coach assignment portion of the sync is short-circuited
[17:03:30 CDT(-0500)] <dmccallum54> additionally it reads the config table for the value of coachUnsetFromExternalData. if 'false' deletion of existing coach assignments as part of the sync is short-circuited
[17:04:21 CDT(-0500)] <JasonElwood> thanks
[17:05:18 CDT(-0500)] <dmccallum54> if we dont have a ticket for it already, we need one to get all that s…tuff out of configuration.js
[17:06:01 CDT(-0500)] <dmccallum54> oh we do
[17:06:02 CDT(-0500)] <dmccallum54> https://issues.jasig.org/browse/SSP-489
[17:06:16 CDT(-0500)] <JasonElwood> and there's one to create UI for everything in the db