Skip to content

Commit

Permalink
Merge pull request #1622 from serlo/filer-deleted-course-pages
Browse files Browse the repository at this point in the history
deleted-entities: Filter course pages out
  • Loading branch information
hugotiburtino authored Jun 26, 2024
2 parents 14779c3 + 3b5485f commit ba75ab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const resolvers: Resolvers = {
AND (? is null OR instance.subdomain = ?)
AND event.event_type_id = 10
AND uuid.trashed = 1
AND entity.type_id NOT IN (35, 39, 40, 41, 42, 43, 44)
AND entity.type_id NOT IN (35, 39, 40, 41, 42, 43, 44, 8)
GROUP BY uuid.id
ORDER BY dateOfDeletion DESC
LIMIT ?;
Expand Down

0 comments on commit ba75ab1

Please sign in to comment.