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
All the migrated layers now have permissions migrated to the django guardian tables. I have noticed that we also need to sync the GeoFence data rules for each layer.
Apparently this is happening when from UI we save again the permission: therefore we need to run that code for each of the layers.
The code in question is resource_permissions view (in security/views.py)
The text was updated successfully, but these errors were encountered:
All the migrated layers now have permissions migrated to the django guardian tables. I have noticed that we also need to sync the GeoFence data rules for each layer.
Apparently this is happening when from UI we save again the permission: therefore we need to run that code for each of the layers.
The code in question is resource_permissions view (in security/views.py)
The text was updated successfully, but these errors were encountered: