Skip to content
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

Board: Add checklists info #1772

Merged
merged 2 commits into from
May 18, 2022
Merged

Board: Add checklists info #1772

merged 2 commits into from
May 18, 2022

Conversation

Dvinyanin
Copy link
Contributor

Signed-off-by: Dvinyanin Alexandr dvinyanin.alexandr@gmail.com
Screenshot from 2022-05-17 15-35-43

@Dvinyanin Dvinyanin requested review from haiodo and annano May 17, 2022 08:36
@Dvinyanin Dvinyanin linked an issue May 17, 2022 that may be closed by this pull request
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
const query = createQuery()
let done: number, total: number
$: query.query(task.class.TodoItem, { space: value.space, attachedTo: { $in: todoLists } }, (result) => {
console.debug(result)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need debug logging?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
@haiodo haiodo merged commit 077f666 into main May 18, 2022
@haiodo haiodo deleted the feature-1725 branch May 18, 2022 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KanbanCard: Add checklists info
2 participants