We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4686a commit ed8bba0Copy full SHA for ed8bba0
services/static-webserver/client/source/class/osparc/store/Study.js
@@ -165,10 +165,7 @@ qx.Class.define("osparc.store.Study", {
165
},
166
167
patchTemplateType: function(templateId, templateType) {
168
- const patchData = {
169
- "templateType": templateType,
170
- };
171
- return this.patchStudy(templateId, patchData);
+ return this.patchStudyData(templateId, "templateType", templateType);
172
173
174
updateMetadata: function(studyId, metadata) {
0 commit comments