Skip to content

Commit 30b7c14

Browse files
authored
allowing filter by directProjectId
1 parent 167ce16 commit 30b7c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/projects/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const PROJECT_PHASE_PRODUCTS_ATTRIBUTES = _.without(
4747
'deletedAt',
4848
);
4949

50-
const SUPPORTED_FILTERS = ['id', 'status', 'memberOnly', 'keyword', 'type', 'name', 'code', 'customer', 'manager'];
50+
const SUPPORTED_FILTERS = ['id', 'status', 'memberOnly', 'keyword', 'type', 'name', 'code', 'customer', 'manager', 'directProjectId'];
5151

5252
const escapeEsKeyword = keyword => keyword.replace(/[+-=><!|(){}[&\]^"~*?:\\/]/g, '\\\\$&');
5353

0 commit comments

Comments
 (0)