Skip to content

Stop unauthorized users dragging on milestone page

What does this MR do?

Removes an ability to drag and drop issues and merge request on milestone page if current user does not have permissions.

Are there points in the code the reviewer needs to double check?

Since current user may have ability to update some issues, but not others at the same time, I check permissions on each item in lists.

Why was this MR needed?

Just to prevent user dragging items if he doesn't have permissions.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #13670 (closed)

Merge request reports