Skip to content

Commit 97ce73b

Browse files
committed
renaming
1 parent cb2ab7c commit 97ce73b

File tree

1 file changed

+3
-3
lines changed
  • services/static-webserver/client/source/class/osparc/desktop

1 file changed

+3
-3
lines changed

services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -980,10 +980,10 @@ qx.Class.define("osparc.desktop.StudyEditor", {
980980
/**
981981
* @param {JSON Patch} data It will soon be used to patch the project document https://datatracker.ietf.org/doc/html/rfc6902
982982
*/
983-
projectDocumentChanged: function(data) {
984-
data["userGroupId"] = osparc.auth.Data.getInstance().getGroupId();
983+
projectDocumentChanged: function(patchData) {
984+
patchData["userGroupId"] = osparc.auth.Data.getInstance().getGroupId();
985985
if (osparc.utils.Utils.isDevelopmentPlatform()) {
986-
console.log("projectDocumentChanged", data);
986+
console.log("projectDocumentChanged", patchData);
987987
}
988988

989989
this.getStudy().setSavePending(true);

0 commit comments

Comments
 (0)