Skip to content

Commit

Permalink
time_wheel to use string nodegroups
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 30, 2024
1 parent 3025687 commit db9c7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/search/time_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def appendDateRanges(self, results, range_lookup):
return results

def get_permitted_nodegroups(self, user):
return [str(nodegroup.pk) for nodegroup in get_nodegroups_by_perm(user, "models.read_nodegroup")]
return get_nodegroups_by_perm(user, "models.read_nodegroup")


class d3Item(object):
Expand Down

0 comments on commit db9c7fe

Please sign in to comment.