about summary refs log tree commit diff
path: root/gn_auth/auth/authorisation/resources
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/auth/authorisation/resources')
-rw-r--r--gn_auth/auth/authorisation/resources/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn_auth/auth/authorisation/resources/models.py b/gn_auth/auth/authorisation/resources/models.py
index 25ae0fd..a9d1378 100644
--- a/gn_auth/auth/authorisation/resources/models.py
+++ b/gn_auth/auth/authorisation/resources/models.py
@@ -291,7 +291,8 @@ def attach_resources_data(
         "genotype": genotype_attach_resources_data,
         "phenotype": phenotype_attach_resources_data,
         "system": lambda *args: [],
-        "group": lambda *args: []
+        "group": lambda *args: [],
+        "inbredset-group": lambda *args: []
     }
     organised = organise_resources_by_category(resources)
     with db.cursor(conn) as cursor: