Directory index rendering fails for non-admins. #33
Labels
No labels
ACE3
ASAP
Admin
Some Time
Soon(ish)
accepted
bug
collections
dance-lists
discussion
duplicate
easy
enhancement
fixed
ignored
schema-change
wont-fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Strathspey/ace4#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sentry Issue: ACE4-26
The problem here is that the
.filter(status=S_PUBLISHED)is applied to something that isn't a queryset anymore. We have to move the check a few lines up so we can still do it on a queryset.changed the description
created branch
33-directory-index-rendering-fails-for-non-adminsto address this issuementioned in merge request !6
mentioned in commit
5ea5346321