Results 126 comments of Raruto

Hi @gisuser0, thanks for the report. > ### Steps to reproduce > 1. hide some fields of a layer for a specific user/groups > 2. start the editing on that...

I think we are getting a bad server response (ref: `editor_form_structure` within initial config) ## • Foo: `Editor Level 1` ![image](https://github.com/user-attachments/assets/4076268d-c2ad-435a-84b1-5f0be2b0946b) ## • localhost:8000/api/config/1/qdjango/1?_t=1721996359.094077 - `layers → fields`: ![image](https://github.com/user-attachments/assets/f29aa605-a7a8-46a3-981d-9362745d3292) -...

I agree with @AlexGacon, FYI, English is the fallback language within frontend code: [g3w-client/src/app/core/i18n/i18n.service.js#L17](https://github.com/g3w-suite/g3w-client/blob/3b20da26f0b10eea2327715fd3cc9e44a9082867/src/app/core/i18n/i18n.service.js#L17)

@tudorbarascu @DaveGhedini can we close this?

Hi @DaveGhedini, this should be the relevant code: https://github.com/g3w-suite/g3w-admin/blob/b7ffb5dcd7dd839333db52a1a00da8edc71aa6c7/g3w-admin/base/urls.py#L251-L257 https://github.com/g3w-suite/g3w-admin/blob/b7ffb5dcd7dd839333db52a1a00da8edc71aa6c7/g3w-admin/base/urls.py#L324-L329 https://github.com/g3w-suite/g3w-admin/blob/b7ffb5dcd7dd839333db52a1a00da8edc71aa6c7/g3w-admin/OWS/urls.py#L17-L40 if you feel like debugging, otherwise please insert a link to a public demo project that clearly shows the...

Hi Colin, It's just a JS warning, ref: https://github.com/Raruto/leaflet-gesture-handling/issues/20 If you are interested, just add/provide the missing language file. 👋 Raruto

`L.Control.Layers` follows the state of the level: https://github.com/Raruto/leaflet-kmz/blob/ed43fe930ddd93267278ad0c734ce699ecdd607a/examples/leaflet-kmz.html#L50 1. You can remove them individually as soon as they are loaded (eg. `e.layer.remove()`): https://github.com/Raruto/leaflet-kmz/blob/ed43fe930ddd93267278ad0c734ce699ecdd607a/examples/leaflet-kmz.html#L52-L55 2. or, simply avoid adding the parent...

> So, basically it appears like its a no? I think I have proven the opposite. After that, it is up to you use/edit the code according to your needs....

I'll also add a photo of the backend, just for clarity :) ![Image](https://github.com/user-attachments/assets/a692683c-a32b-459d-ae20-3f8fcb97a0c0) Perhaps we just need to change this line? → `password` (instead of `long_password`) https://github.com/mickael-kerjean/filestash/blob/c8109123ae5b7af3babceb1228a464f6f2e2109c/server/plugin/plg_backend_git/index.go#L126 --- Below, the...