Skip to content
Snippets Groups Projects
Commit f813f67e authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

TMSS-146: bugfix

parent d1b87e8e
No related branches found
No related tags found
1 merge request!104Resolve TMSS-146
...@@ -199,8 +199,9 @@ class EditTaskDraft extends Component { ...@@ -199,8 +199,9 @@ class EditTaskDraft extends Component {
tmssGet(this.state.id, this); tmssGet(this.state.id, this);
} }
//update list entities for UI elements //update list entities for UI elements
tmssGetReferenceList('task_template/', 'templates', this) tmssGetReferenceList('task_template/', 'templates', this);
tmssGetReferenceList('scheduling_unit_draft/', 'drafts', this) tmssGetReferenceList('scheduling_unit_draft/', 'drafts', this);
}
updateSchema(){ updateSchema(){
fetch(this.state.specifications_template, {headers: headers}) fetch(this.state.specifications_template, {headers: headers})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment