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 758315f commit e4cdd1bCopy full SHA for e4cdd1b
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js
@@ -1822,6 +1822,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
1822
.then(task => {
1823
task.addListener("resultReceived", e => {
1824
const copiedStudy = e.getData();
1825
+ osparc.store.Study.patchStudyData(copiedStudy, "name", copiedStudy["name"] + " (pipeline)");
1826
this.__updateUIMode(copiedStudy, "workbench")
1827
.then(() => osparc.FlashMessenger.logAs(this.tr("Project's copy converted to pipeline"), "INFO"))
1828
.catch(err => osparc.FlashMessenger.logError(err, this.tr("Something went wrong while converting the copy to pipeline")));
0 commit comments