-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
!!! TASK: Move ContentRepositoryId
to SharedModel
namespace
#4891
!!! TASK: Move ContentRepositoryId
to SharedModel
namespace
#4891
Conversation
Ui adjustments neos/neos-ui#3717 |
e572de6
to
0b501ee
Compare
0b501ee
to
20d28de
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, thanks for taking care!
The dto does not belong to the `Factory` namespace.
20d28de
to
7c91277
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OMG ... this means we also have to adopt all external packages. 🙈
jup, but we already have to because of the workspaces and subtree tags 😅 and its not that widely used, for example pure fusion packages wont be affected. Anke and me discussed that after this week we should probably check on a few packages ^^ |
Originally the content repository didnt know its id but with the change #4310 we added it.
Thats why i presume the
ContentRepositoryId
lived in the factory namespace.But since we now like to expose it in the ContentRepository and in the to be conceptualised NodeIdentity the idea about its location changed. The dto does no longer belong to the
Factory
namespace.Originally posted in #4868 (comment)
Upgrade instructions
Instead of referencing
Neos\ContentRepository\Core\Factory\ContentRepositoryId
you should referenceNeos\ContentRepository\Core\SharedModel\ContentRepository
(That can as well be a simple string replace)
Review instructions
Checklist
FEATURE|TASK|BUGFIX
!!!
and have upgrade-instructions