diff --git a/gap/gaptypes.g b/gap/gaptypes.g
index 01977ddc2d24ecab2b87d5c4a153b909e9afdc4c..68080a7eaa5bbbffb7c27796012b68ae6394acb6 100644
--- a/gap/gaptypes.g
+++ b/gap/gaptypes.g
@@ -126,6 +126,7 @@ GAPTypesInfo := function()
         lres := rec();
         lres.type := "GAP_Operation";
         lres.name := NAME_FUNC(OPERATIONS[2*i - 1]);
+        lres.locations := OPERATIONS_LOCATIONS[2*i];
         lres.filters := FiltersForOperation(OPERATIONS[2*i - 1]);
         lres.filters := List(lres.filters, x->List(x,y -> List(y,NAME_FUNC)));