Skip to content

Commit

Permalink
Merge pull request #354 from claushaas/staging
Browse files Browse the repository at this point in the history
show only lessons from school on lessons without tag listing
  • Loading branch information
claushaas authored Sep 5, 2024
2 parents cb64bcd + 5592805 commit 5d2344b
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 201 deletions.
11 changes: 11 additions & 0 deletions app/services/lesson.service.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,17 @@ export class LessonService {
tags: {
none: {},
},
modules: {
some: {
module: {
courses: {
some: {
courseSlug: 'escola-online',
},
},
},
},
},
},
orderBy: {
name: 'asc',
Expand Down
Loading

0 comments on commit 5d2344b

Please sign in to comment.