Remove actions from the template list in workflow maker

This commit is contained in:
Michael Abashian 2017-02-16 14:20:43 -05:00
parent dac2045d49
commit c6f52476b0

View File

@ -452,6 +452,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplatesA
WorkflowMakerJobTemplateList: ['TemplateList',
(TemplateList) => {
let list = _.cloneDeep(TemplateList);
delete list.actions;
delete list.fields.type;
delete list.fields.description;
delete list.fields.smart_status;