Christian Müller

Results 322 comments of Christian Müller

It would be super cool to actually move these scripts to the distribution, that way we could prevent those nasty warnings that happen until the Flow package was actually installed.

> Sorry for digging this topic up, but since i wanted to ask a question regarding `post-install` and `post-update` i thought this thread seems to be the right spot. >...

generally yes please, I just thought this might feel rather weird if you add something that requires a proxy and it breaks then suddenly... I think implementation could be relatively...

Yes definitely!

Without assumption doctrine will look into the DB, and it will only ever come back with DETACHED or NEW, so that seems alright to me?

From my understanding of the code it will report DETACHED if the entity is found in the DB but was not in the unit of work (which seems the correct...

Short note, it may have unintended effects with "shadow nodes" (which are also flagged as removed). Might want to check that first.

OK, yeah, I thought about it, and the "shadow nodes" were always just there as "path" hiding placeholders, so in findByIdentifier they should indeed be ignored.