Skip to content

Commit

Permalink
config: add group resolver for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
rekt-hard authored and max-moser committed Sep 18, 2024
1 parent 0db718f commit 569d318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invenio_app_rdm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,7 @@ def github_link_render(record):
ServiceResultResolver(service_id="communities", type_key="community"),
ServiceResultResolver(service_id="requests", type_key="request"),
ServiceResultResolver(service_id="request_events", type_key="request_event"),
ServiceResultResolver(service_id="groups", type_key="group"),
]
"""List of entity resolvers used by notification builders."""

Expand Down

0 comments on commit 569d318

Please sign in to comment.