Results 126 comments of Raruto

> the new project replaces the old file name, but the content matches the new one right? This happens with 100% probability: - after replacing **`building-management-demo.qgs`** with: **`building-management-demo-2.qgs`** within the...

@wlorenzetti I set this in my `settings_docker.py`, > ```python > G3WADMIN_USE_CUSTOM_CACHE_INVALIDATOR = True > ``` but I can't get these debug lines to printed in the console: https://github.com/g3w-suite/g3w-admin/blob/c90e51e27b5c0d371b5b716809292fb4790f423c/g3w-admin/qdjango/apps.py#L147-L159 Do I...

I suspect that `ProjectCacheInvalidator` and `QgsConfigCache` classes make use of different nomeclature for stored projects. https://github.com/g3w-suite/g3w-admin/blob/e9a9916dfcfad1384fb717e76920c67eecde8c23/g3w-admin/qdjango/apps.py#L190-L193 That means, this is how QGIS server currently saves / caches the previously cached...

Hi @bard0x, maybe I misunderstood you, but I don't think you can authenticate a JWT user using a "standard" `` request. The closest thing you can do, is to generate...

I meant, show different name on frontend side only (within that ``). So to speak, something like this: 👉 https://jsfiddle.net/6dco0qws/ ```html Choose your SRID: EPSG:4326 - WSG84 EPSG:3857 - WSG84...

@wlorenzetti is this still a bug? Testing on https://v35.g3wsuite.it/it/map/demo-35/, it seems to me that the copied url is like what you say (ie. `/ows/`)

I quote here the following https://github.com/g3w-suite/g3w-admin/issues/371#issuecomment-1367847359 for completeness: > ### What can cause confusion in third parties? > > Related to: https://github.com/g3w-suite/g3w-admin/issues/369 > > Besides the fact that there is...

The same considerations of https://github.com/g3w-suite/g3w-admin/issues/821#issuecomment-2068576754 apply here too.

Both tests performed when logged in as admin user + after clicking on the user lists icon. ## KO: dev.g3wsuite.it ![image](https://github.com/g3w-suite/g3w-admin/assets/9614886/ce0aefbf-837c-4cc6-a427-a41bd5374f04) g3w-admin: **3.8.dev-20240503152302** ## OK: localhost:8000 ![image](https://github.com/g3w-suite/g3w-admin/assets/9614886/ff4f3e8a-96fa-45d6-8f02-17d069493e92) g3w-admin: **3.8.dev-20240503152302**

I reopen, still there. g3w-admin: **3.8.dev-20240726085315** ![image](https://github.com/user-attachments/assets/aed3f374-fb9e-44af-9e8a-1c770e164671)