-
Notifications
You must be signed in to change notification settings - Fork 19
[OP#41127] filter work packages by storage and sort by status #88
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
[OP#41127] filter work packages by storage and sort by status #88
Conversation
kiranparajuli589
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
adfe7bc to
ff8d31c
Compare
|
@Kharonus encoding the URL as requested by you. Could you please review the filters |
The used filters look correct from syntax and semantic. Just one question remains: Should we include now the closed tickets in the search result? And add a |
ff8d31c to
f7ea229
Compare
|
@Kharonus @kiranparajuli589 I've changed it so, that its now does not filter by status at all, but only by the storage and shows results of closed status at the end. |
|
don't undestand why CI is failing, works locally also with newest nextcloud, need to investigate |
|
CI fails because of this change in NC master nextcloud/server@6be7aa1#diff-cd64d65cb5d9cb2c60c6a050ac0739f4b94390011ef66ee81523885f60a4c64bL63 |
02d00a1 to
8e55d6c
Compare
kiranparajuli589
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very minor comments
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
8e55d6c to
536fe82
Compare
JS Code CoverageCoverage after merging task/41127-dont-show-workpackage-that-cannot-be-linked-or-have-status-closed-in-the-search into master will be
Coverage Report |
when searching by query (to link a wp to file):
CC @Kharonus