neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 220 forks source link

TASK: Remove references to deprecate node read model properties #5066

Closed mhsdesign closed 1 month ago

mhsdesign commented 1 month ago

See https://discuss.neos.io/t/neos-9-beta-10-release/6578

Upgrade instructions

Review instructions

I did a phpstorm rename of the properties aggregate id and name. For the subgraph identity i replaced them via an explict search:

->subgraphIdentity->visibilityConstraints
to:
->visibilityConstraints

this works perfect and phpstan doesnt complain.

No other changes have been made. All usages of ->subgraphIdentity->contentStreamId will be removed separately or even need other things to happen first. See https://github.com/neos/neos-development-collection/issues/5043

Checklist