File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
services/static-webserver/client/source/class/osparc/desktop Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -332,13 +332,6 @@ qx.Class.define("osparc.desktop.StudyEditor", {
332332 if ( ! socket . slotExists ( "projectDocument:updated" ) ) {
333333 socket . on ( "projectDocument:updated" , data => {
334334 if ( data [ "projectId" ] === this . getStudy ( ) . getUuid ( ) ) {
335- // OM remove this once backend provides the clientSessionId #8176
336- if ( data [ "userPrimaryGid" ] && data [ "userPrimaryGid" ] === osparc . auth . Data . getInstance ( ) . getGroupId ( ) ) {
337- // ignore my own updates
338- console . debug ( "Ignoring my own projectDocument:updated event" , data ) ;
339- return ;
340- }
341-
342335 if ( data [ "clientSessionId" ] && data [ "clientSessionId" ] === osparc . utils . Utils . getClientSessionID ( ) ) {
343336 // ignore my own updates
344337 console . debug ( "Ignoring my own projectDocument:updated event" , data ) ;
You can’t perform that action at this time.
0 commit comments