Gabriel Roldan

Results 35 comments of Gabriel Roldan

@landryb can you provide a sample shapefile that causes this issue? I'm not sure if it'd be already fixed.

This should fix it: https://github.com/georchestra/georchestra/pull/3419 Right after publish: ![image](https://user-images.githubusercontent.com/207423/120906578-0f75af00-c631-11eb-9ea0-ff05b07d35a4.png)

If I understand correctly, we're now mapping: GN_ADMIN -> UserAdmin ADMINISTRATOR -> admin user flag set SUPERUSER-> admin user flag set

I think it'd be better to **introduce** a new role `GN_USERADMIN`, and leave the current ones are they are, because people may be relying on their current meanings? is that...

just chiming in, I don't know kong, but maybe for our stack it makes more sense to use [spring cloud gateway](https://cloud.spring.io/spring-cloud-gateway/reference/html/) thinking of the amount of customizations that there are...

Fix at https://github.com/georchestra/georchestra/pull/3412

> @groldan for future reference, we can also force the "single commit" by doing a "squash merge" here in GitHub. yes, I'd rather enforce it at the developer's side whenever...

@AlexGacon the only way I can see for that to happen is that in the request payload, you're using the style name as the layer name, like in: ```xml ws1_lg...

Hi Jody/Andrea. I'll try to update the PR following Andrea's idea of using a listener instead as soon as possible. Doing so may not be as straight forward though, since...