Skip to content

Commit c47a960

Browse files
committed
rename
1 parent a6cf753 commit c47a960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
804804
},
805805

806806
__applyState: function(state) {
807-
const projectLocked = osparc.study.Utils.state.getProjectLocked(state);
807+
const projectLocked = osparc.study.Utils.state.isProjectLocked(state);
808808
const currentUserGroupIds = osparc.study.Utils.state.getCurrentGroupIds(state);
809809
const pipelineState = osparc.study.Utils.state.getPipelineState(state);
810810

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ qx.Class.define("osparc.study.Utils", {
375375
},
376376

377377
state: {
378-
getProjectLocked: function(state) {
378+
isProjectLocked: function(state) {
379379
if (
380380
state &&
381381
"shareState" in state &&

0 commit comments

Comments
 (0)