Skip to content

Append prioritized label before pagination

Rajat Jain requested to merge 24875-label into master

What does this MR do?

Previously, when label's priority was toggled, we used to find the .label-list-item container and append the detached label there. This had an innate flaw of appending after the Pagination component.

With this, we find the last .label-list-item in the target label container and append after that label item.

What are the relevant issue numbers?

#24875 (closed)

Does this MR meet the acceptance criteria?

Closes #24875 (closed)

Merge request reports