Manuel Rossard
Manuel Rossard
> Unfortunately it's not fixing it. [{...] Sorry, i misunderstood your use case - the UID is actually the orm id for you, which i didn't account for in my...
One thing I'm not sure about : wouldn't using `type: 'symfony_uuid' in your doctrine column definition help? You're using 'ulid' in your test, but I remember having to use symfony_uuid...
> Hello @bpolaszek @mrossard @soyuka , > > Do you have any updates about this PR? Facing this problem in a project that is migrating from ids to UUIDs. I...
> stumble on #319 today which would quite simplify the code around these things... that could help make things clearer, but that would break a lot of things, wouldn't it?
Aren't you looking for securityPostDenormalize?
> The goal is to make the field only readable if the security rule passes. That works well hence using “security”. > > The problem is that this has a...
I think i'm misunderstanding something here : isn'it it perfectly normal for $context['operation'] to keep its value? The operation being processed doesn't change when you process the subresources, and it...
> A new feature should target `main` Since this is based on a commit from 3.1 I wasn't sure this was the correct move...I'd have to rebase and make sure...
Finally found some time to rebase onto the updated main...would it be ok this way?
> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions....