Skip to content

feature: implement moving multiple records in kanban#1980

Merged
ra3orblade merged 2 commits intoanyproto:developfrom
sleroq:multi-record-move
Feb 12, 2026
Merged

feature: implement moving multiple records in kanban#1980
ra3orblade merged 2 commits intoanyproto:developfrom
sleroq:multi-record-move

Conversation

@sleroq
Copy link
Contributor

@sleroq sleroq commented Feb 12, 2026


  • I understand that contributing to this repository will require me to agree with the CLA

Description

2026-02-13.02-02-10-00.00.02.244-00.00.21.300.mp4

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build
  • 🔁 CI

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings

Added tests?

  • 👍 yes
  • [ x] 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📜 README.md
  • 📓 tech-docs
  • 🙅 no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

const win = $(window);
const selection = S.Common.getRef('selectionProvider');
const selectedIds = selection?.get(I.SelectType.Record) || [];
console.log('selectedids', selectedIds)
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove debug pls

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry, forgot about that

}
recordsBySourceGroup.get(groupId).push(id);
break;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Add semicolons after }, there are couple missing

@ra3orblade
Copy link
Contributor

Hey, thanks for the PR, could you please fix small formatting issues and I'll merge

@sleroq sleroq requested a review from ra3orblade February 12, 2026 21:13
@ra3orblade ra3orblade merged commit eb6dbb3 into anyproto:develop Feb 12, 2026
3 checks passed
@ra3orblade
Copy link
Contributor

Good job, thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Feb 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants