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 f7d77da commit f1a2efdCopy full SHA for f1a2efd
services/static-webserver/client/source/class/osparc/info/StudyLarge.js
@@ -57,7 +57,11 @@ qx.Class.define("osparc.info.StudyLarge", {
57
58
const vBox = new qx.ui.container.Composite(new qx.ui.layout.VBox(10));
59
60
- if (this.getStudy().getTemplateType() && osparc.data.Permissions.getInstance().isTester()) {
+ if (
61
+ this.__canIWrite() &&
62
+ this.getStudy().getTemplateType() &&
63
+ osparc.data.Permissions.getInstance().isTester()
64
+ ) {
65
// let testers change the template type
66
const hBox = new qx.ui.container.Composite(new qx.ui.layout.HBox(5).set({
67
alignY: "middle",
0 commit comments