You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TheiaModelServerClientV2.edit() worked if I set the SetCommand as an argument.
However, it didn't work if I included SetCommand in CompoundCommand and set CompoundCommand as an argument.
TheiaBackendModelServerClientV2.edit() is currently implemented as follows:
TheiaModelServerClientV2.edit()
worked if I set theSetCommand
as an argument.However, it didn't work if I included
SetCommand
inCompoundCommand
and setCompoundCommand
as an argument.TheiaBackendModelServerClientV2.edit()
is currently implemented as follows:The if clause should check for both command types (e.g. like
if (ModelServerCommand.is(patchOrCommand) || CompoundCommand.is(patchOrCommand))
).( refs. eclipse-emfcloud/emfcloud#209 )
The text was updated successfully, but these errors were encountered: