File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
services/static-webserver/client/source/class/osparc/desktop Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments