Merge pull request #7091 from opf/fix/assigned_to_me_group_predefined_query

allow group assignments to show up on predefined query

[ci skip]
pull/7095/head
Oliver Günther 6 years ago committed by GitHub
commit d2fd0144e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/app/components/wp-query-select/wp-static-queries.service.ts

@ -105,7 +105,7 @@ export class WorkPackageStaticQueriesService {
{
identifier: 'assigned_to_me',
label: this.text.assigned_to_me,
query_props: '{"c":["id","subject","type","status","author","updatedAt"],"hi":false,"g":"","t":"updatedAt:desc,parent:asc","f":[{"n":"status","o":"o","v":[]},{"n":"assignee","o":"=","v":["me"]}]}'
query_props: '{"c":["id","subject","type","status","author","updatedAt"],"hi":false,"g":"","t":"updatedAt:desc,parent:asc","f":[{"n":"status","o":"o","v":[]},{"n":"assigneeOrGroup","o":"=","v":["me"]}]}'
}
]);
}

Loading…
Cancel
Save