Skip to content

Prevent adding same role multiple times on repeated clicks

Kushal Pandya requested to merge 39734-fix-protected-refs-roles into master

What does this MR do?

Fixes a bug where clicking multiple times on role No one while marking a branch or tag protected causes to increases role count with each click made, and since the information is cached in localStorage, this makes it impossible to use the feature without deleted storage data after the bug occurs.

Screenshots

Refer to the video attached in the original issue, and then try to reproduce the same in this branch.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #4294 (closed)

Edited by Kushal Pandya

Merge request reports