g3w-suite / g3w-admin

Server module for G3W-SUITE
https://g3w-suite.readthedocs.io/en/latest/g3wsuite_administration.html
Mozilla Public License 2.0
39 stars 30 forks source link

Add general settings for show/not show error on loading layer in G3W-CLIENT #861

Closed wlorenzetti closed 2 weeks ago

wlorenzetti commented 1 month ago

Checklist

Motivation

Create e django settiings variable to show or not the following message on loading layer errors:

Image

Suggested solution

Add the following setting boolean variable with False as default value:

G3W_CLIENT_SHOW_LOAD_LAYER_ERRORS = False

and put its value in /init/config per project REST API

Alternatives considered

No response