You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user is not logged into GeoNode the access control list is used to present them with the list of layers they should be able to see. when executing:
python manage.py update layers --ignore-errors
if there are in fact any errors, (we had an error where it could not resolve the style of a particular layer) update layers continues however, the ACL will be partial. We removed the layer that had the error and re-ran updatelayers which corrected the partial ACL.
The text was updated successfully, but these errors were encountered:
@smesdaghi lets test this on the single layer that failed using the new filters for updatelayers in GeoNode#925 ... we should be able to isolate the problem this way and try to debug this.
This crept up last week. The _thumbnail_url method was failing in the save process (due to special characters) and layer.set_default_permissions() was never run.
When user is not logged into GeoNode the access control list is used to present them with the list of layers they should be able to see. when executing:
python manage.py update layers --ignore-errors
if there are in fact any errors, (we had an error where it could not resolve the style of a particular layer) update layers continues however, the ACL will be partial. We removed the layer that had the error and re-ran updatelayers which corrected the partial ACL.
The text was updated successfully, but these errors were encountered: