diff --git a/g3w-admin/qdjango/api/projects/serializers.py b/g3w-admin/qdjango/api/projects/serializers.py index cc624724b..719bbcf08 100644 --- a/g3w-admin/qdjango/api/projects/serializers.py +++ b/g3w-admin/qdjango/api/projects/serializers.py @@ -886,6 +886,9 @@ def to_representation(self, instance): except Exception as e: logger.debug(f'WMS layer GetFeatureInfo formats available: {e}') + # Remove possibility to show attributes table for WMS and ARCGIS server type + ret['not_show_attributes_table'] = True + # replace crs property if is not none with dict structure