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 DEFAULT_ANONYMOUS_VIEW_PERMISSION is set to True Geofence rules are not synched when a new layer is uploaded. This prevents the user to see its own new layers.
This happens because the synch is never performed inisde the block afer this line.
When DEFAULT_ANONYMOUS_VIEW_PERMISSION is set to True Geofence rules are not synched when a new layer is uploaded. This prevents the user to see its own new layers.
This happens because the synch is never performed inisde the block afer this line.
A small refactoring is required and a call to
sync_geofence_with_guardian(layer, perms, user=None, group=None) should be enough to fix it.
The text was updated successfully, but these errors were encountered: