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: Handle labels when move card to another board #1538

Merged
merged 3 commits into from
Apr 26, 2022
Merged

Conversation

lvfxx
Copy link

@lvfxx lvfxx commented Apr 26, 2022

Closes #1439

Signed-off-by: Sergey Semenov <lvfx@ya.ru>
@lvfxx lvfxx requested review from haiodo and annano April 26, 2022 05:09
const isEqualLabel = (l1: CardLabel, l2: CardLabel): boolean =>
l1.title === l2.title && l1.color === l2.color && !l1.isHidden === !l2.isHidden

export async function createMissingLabels(
Copy link
Member

Choose a reason for hiding this comment

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

standard indentation is missing

Copy link
Author

Choose a reason for hiding this comment

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

Done.

Sergey Semenov added 2 commits April 26, 2022 13:04
Signed-off-by: Sergey Semenov <lvfx@ya.ru>
Signed-off-by: Sergey Semenov <lvfx@ya.ru>
@haiodo haiodo merged commit ff3b12f into main Apr 26, 2022
@haiodo haiodo deleted the move-labels-1439 branch April 26, 2022 07:30
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.

Card: Card labels handling on Move to another Board
2 participants