diff --git a/arches/app/models/resource.py b/arches/app/models/resource.py index 02bf90b2bf6..1eff5e053d5 100644 --- a/arches/app/models/resource.py +++ b/arches/app/models/resource.py @@ -243,7 +243,7 @@ def save(self, *args, **kwargs): if index is True: self.index(context) - def load_tiles(self, user=None, perm=None): + def load_tiles(self, user=None, perm='read_nodegroup'): """ Loads the resource's tiles array with all the tiles from the database as a flat list