Jean-Gui

Results 29 comments of Jean-Gui

That seems complicated because there doesn't seem to be an easy way to get the base URL. All I can think about is: ```php $this->adminClient->get('/'); $baseUrl = $this->adminClient->getCurrentURL(); ``` and...

:+1:. I believe there's the same issue with CollectionRepresentation/PaginatedRepresentation (probably because they also create relations).

@dontcallmedom Should we display former participants for closed groups?

I think there's a misunderstanding about what /participations and /participations/xxx/participants are. /participations lists all entities that signed the PP agreement and so only makes sense (and exists) for groups that...

Actually, there is no sorting at all except for the ones you listed as sorted by family name (which is actually not intentional but comes from a piece of code...

My apologies, I wasn't clear at all. The way lists are sorted is deterministic, it's just that they are sorted in the order rows were entered in the database. In...

Unfortunately, I don't have time to work on that feature.

I don't really remember since that was quite some time ago, but I don't think so. I'm forcing the page to reload after an upload attempt instead, so that I...

I don't know if that project is still being worked on, but that feature would indeed be very useful (even more so if we could dynamically configure which facts to...

Merged and released as [v4.0.0](https://github.com/w3c/W3CLifecycleEventsBundle/releases/tag/v4.0.0)