Skip to content

Commit

Permalink
Fix incorrect layer not permitted check
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Apr 12, 2024
1 parent 4110a6c commit 006d0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config_generator/feature_info_service_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def additional_wms_permissions(self, role, session):

# If layer is not permitted, skip
if (
info_layer_restricted_for_public
layer_restricted_for_public
and not layer_permitted_for_role
):
continue
Expand Down

0 comments on commit 006d0ac

Please sign in to comment.