-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add filter "unassigned cards" #590
Labels
enhancement
New feature or request
Comments
see draft PR #595 should work, but couldn't test (no UI) |
stefan-niedermann
added a commit
that referenced
this issue
Jul 13, 2020
stefan-niedermann
added a commit
that referenced
this issue
Jul 13, 2020
stefan-niedermann
pushed a commit
that referenced
this issue
Jul 13, 2020
stefan-niedermann
added a commit
that referenced
this issue
Jul 13, 2020
stefan-niedermann
added a commit
that referenced
this issue
Jul 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For feature parity with server: issue and PR.
boolean noAssignedUser
toFilterInformation
modeltoString
SyncManager#getFullCardsForStack
If
noAssignedUser
istrue
, the method should return cards which have no assigned user or any of the assigned users in theusers
list. IfnoAssignedUser
isfalse
, the logic is the same as today.The text was updated successfully, but these errors were encountered: