Move boards type policies from issuable client to boards
requested to merge 468697-split-issuable_client-js-type-policies-into-general-and-app-specific-ones into master
What does this MR do and why?
This MR moves boards-specific type policies away from issuable_client
and to boards bundles. We only want to have the policies we reuse across different apps in the issuable_client
, and application-specific type policies should be moved away from it.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
No visual changes
How to set up and validate locally
- Open issue board (on project or group level) and make sure pagination and moving cards around works as expected
- Do the same for the epic board.
Related to #468697 (closed)
Edited by Natalia Tepluhina