-
-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9.0 Odd RebasableToOtherWorkspaceInterface
commands AddDimensionShineThrough
and MoveDimensionSpacePoint
#4942
Comments
Todo: ask sebastian if these commands should also operate on the workspace name and enforce that the workspace is a root workspace (e.g. live) additionally if this would be true we can also remove the |
I dont know how blocking this is for the node identity, i looked at the code paths if we use anywhere node read models (which would lead us to require to pass the AddDimensionShineThrough uses
MoveDimensionSpacePoint uses
both seem to be able to function without having the |
The commands
AddDimensionShineThrough
andMoveDimensionSpacePoint
will implement theRebasableToOtherWorkspaceInterface
via #4708but they are not interested about the
wordspaceName
unlike the other commands but still operate on the contentstream ids.This is the reason for the quirky
$targetContentStreamId
increateCopyForWorkspace
.Both commands will be used for structure adjustments and
MoveDimensionSpacePoint
will be available viaflow content:moveDimensionSpacePoint
Despite being a little quirky they are both declared public api, so it would be hard to fix their api after Neos 9
Proposal:
createCopyForWorkspace
)The text was updated successfully, but these errors were encountered: