mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 10:50:38 +09:00
fix(issues): support hidden issue flows and filter hidden activity
This commit is contained in:
parent
8f3fc077fa
commit
f766478f5a
6 changed files with 50 additions and 8 deletions
|
|
@ -324,6 +324,7 @@ export function issueService(db: Db) {
|
|||
and(
|
||||
eq(issues.companyId, companyId),
|
||||
eq(issues.status, "in_progress"),
|
||||
isNull(issues.hiddenAt),
|
||||
sql`${issues.startedAt} < ${cutoff.toISOString()}`,
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue