Skip to content

Commit

Permalink
OGC validity on group - Add help about where to change it
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jun 13, 2024
1 parent 22e7f56 commit 7198dcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lizmap/widgets/check_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def __init__(self):
'<li>{project_properties}</li>'
'<li>{project_shortname}</li>'
'<li>{layer_shortname}</li>'
'<li>{group_shortname}</li>'
'</ul>'
).format(
project_properties=tr(
Expand All @@ -286,6 +287,10 @@ def __init__(self):
"If you need to fix the project shortname, go to the 'Project properties', "
"then 'QGIS Server' tab, first tab, and change the shortname."
),
group_shortname=tr(
"If you need to fix a group shortname, right-click on the group in the legend and then "
"'Set Group WMS data…' and change the shortname."
)
),
Levels.Project,
Severities().important,
Expand Down

0 comments on commit 7198dcc

Please sign in to comment.