Skip to content

Commit 774fbfb

Browse files
committed
rename file
1 parent 3d0f752 commit 774fbfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/share/PublishTemplate.js renamed to services/static-webserver/client/source/class/osparc/share/ShareTemplateWith.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* - Product everyone
2323
*/
2424

25-
qx.Class.define("osparc.share.PublishTemplate", {
25+
qx.Class.define("osparc.share.ShareTemplateWith", {
2626
extend: qx.ui.core.Widget,
2727

2828
/**

services/static-webserver/client/source/class/osparc/study/SaveAsTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ qx.Class.define("osparc.study.SaveAsTemplate", {
5353
});
5454
this._add(publishWithData);
5555

56-
const shareWith = this.__shareWith = new osparc.share.PublishTemplate(this.__studyDataClone);
56+
const shareWith = this.__shareWith = new osparc.share.ShareTemplateWith(this.__studyDataClone);
5757
this._add(shareWith);
5858

5959
const publishTemplateBtn = this.__publishTemplateBtn = new qx.ui.form.Button().set({

0 commit comments

Comments
 (0)