Skip to content

Commit b4f2f7d

Browse files
committed
studyTitleRenamer
1 parent d88d3de commit b4f2f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/navigation/StudyTitleWOptions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ qx.Class.define("osparc.navigation.StudyTitleWOptions", {
122122
inputFont: "text-14",
123123
maxWidth: 300
124124
});
125+
osparc.utils.Utils.setIdToWidget(control, "studyTitleRenamer");
125126
control.addListener("editValue", e => {
126127
const newLabel = e.getData();
127128
this.getStudy().setName(newLabel);

0 commit comments

Comments
 (0)