Denny Lubitz

Results 84 comments of Denny Lubitz

@mhsdesign I'd close this issue, as it might be outdated and not helpful anymore. Any objections?

`UK` is not a valid country code. You need to use `GB` instead.

It is optional, as you don't need to use the Email finisher. So I guess it's fine.

I think we can't solve this with rector. We need to put this rather into upgrade instructions. Can we close this here @mhsdesign

Same in Flow: https://github.com/neos/flow-development-collection/issues/3473

As discussed with @kitsunet , @kdambekalns and @dlubitz Current state: We have a lot of database migrations collected over the last years, which contain already outdated migrations, but get executed...

I put that into a dedicated issue. See #5656

Unfortunately we can't "force direct access" to all properties, as this would skip the usage of the setters for all properties. So we need to distinguish the properties and the...

> if i would care for the old nodeData id say do it in line 769 via > > ``` > $this->creationDateTime = $sourceNode->creationDateTime; > ``` > > as this...