Skip to content

Change the mutation and permissions for image note reposition

What does this MR do?

Currently, we scope updateImageDiffNote mutation to users with admin_note permission for individual notes. Due to this, most users are unable to move another user's note's position. The desired behaviour is that all users of design management are able to move all pins (even those that are not their own).

This MR allows us to fetch the new reposition_note permission on user permissions and changes updateImageDiffNote mutation to repositionImageDiffNote

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #207334 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports