Skip to content

Commit

Permalink
[4.0.x][Fixes GeoNode#10208] Add a custom hook at the end of the perm…
Browse files Browse the repository at this point in the history
…issions assign (GeoNode#10212)

* [Fixes GeoNode#10208] Add a custom hook at the end of the permissions assign
  • Loading branch information
mattiagiupponi authored and ridoo committed Feb 22, 2024
1 parent 9cd537d commit 7c08751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geonode/geoserver/signals.py
Expand Up @@ -42,6 +42,8 @@

geofence_rule_assign = Signal(providing_args=["instance"])

post_set_permissions = Signal(providing_args=['instance'])


def geoserver_delete(typename):
# cascading_delete should only be called if
Expand Down

0 comments on commit 7c08751

Please sign in to comment.