Skip to content
Snippets Groups Projects
Commit 3a9e94cb authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-918: Removed using resolved_schema in task view as it is not loaded...

TMSS-918: Removed using resolved_schema in task view as it is not loaded properly in JSON Editor. After testing properly need to enable it.
parent 8e2cfd85
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!546Resolves TMSS-918
......@@ -126,7 +126,8 @@ export class TaskView extends Component {
if (this.state.editorFunction) {
this.state.editorFunction();
}
taskTemplate.schema = await UtilService.getResolvedSchema(taskTemplate.url);
// TODO: Need to make it working with resolved schema
// taskTemplate.schema = await UtilService.getResolvedSchema(taskTemplate.url);
if(taskType === 'draft' && task.task_blueprints_ids && task.task_blueprints_ids.length > 0) {
this.setState({hasBlueprint: true, task: task, taskTemplate: taskTemplate, isLoading: false, taskId: taskId, taskType: taskType});
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment