-
Notifications
You must be signed in to change notification settings - Fork 0
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: Try to pass one ContentGraphTableNames
instance along instead…
#3
TASK: Try to pass one ContentGraphTableNames
instance along instead…
#3
Conversation
… of magic strings in some places we still use the old and new way.
…GraphProjection`
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.
Still not the biggest fan of this extra object, but that makes it simpler and easier to comprehend, thanks!
return ContentGraphTableNames::create( | ||
$this->currentContentRepository->id | ||
); | ||
)->tableNamePrefix; |
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.
(why) is this method still needed if we don't work with the table name prefixes any longer?
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.
it is not if we fully rewrite this.
4f77596
into
kitsunet:feature/content-graph-bound
… of magic strings
in some places we still use the old and new way.
see neos#5028 (comment)
Upgrade instructions
Review instructions
Checklist
FEATURE|TASK|BUGFIX
!!!
and have upgrade-instructions