Skip to content

Commit e4cdd1b

Browse files
committed
also rename
1 parent 758315f commit e4cdd1b

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,6 +1822,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
18221822
.then(task => {
18231823
task.addListener("resultReceived", e => {
18241824
const copiedStudy = e.getData();
1825+
osparc.store.Study.patchStudyData(copiedStudy, "name", copiedStudy["name"] + " (pipeline)");
18251826
this.__updateUIMode(copiedStudy, "workbench")
18261827
.then(() => osparc.FlashMessenger.logAs(this.tr("Project's copy converted to pipeline"), "INFO"))
18271828
.catch(err => osparc.FlashMessenger.logError(err, this.tr("Something went wrong while converting the copy to pipeline")));

0 commit comments

Comments
 (0)