ThomasCarbon

Results 8 comments of ThomasCarbon

@KaelWD Exactly, this was my previous issue https://github.com/vuetifyjs/vuetify/issues/16046 and this is fixed But when object do have different keys, if you set "item-value" props i expect it to rely on...

In publish update function, i just changed : ``` $context = $options['normalization_context'] ?? $this->resourceMetadataFactory->create($resourceClass)->getOperation()->getNormalizationContext() ?? []; ``` TO ``` $originalContext = $context ?? ['groups' => []]; $context["groups"] = is_array($iri) ?...

@norkunas Hello. I had the same problem and i managed to made something work. Disclaimer : this is not unit tested since it has been done under an end of...

> Yes, I've implemented a custom listener too :) just not as generic as yours but specific to our project needs Yes, note that it work for any entity. And...

It's sad because it answer to real business issue. Its normal for some "entity" to have some information available for admin, not available for customer. Hiding them on front is...