You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit comment function on a draft MR review is guarded by the author which is compared against the username, but author seems to be rewritten to You (draft) so it keeps failing with "can only edit your own comments", if I overwrite that back to my username editing works.
delete comment function always works, is lack of guards intentional?
Potentially 2 bugs:
edit commentfunction on a draft MR review is guarded by theauthorwhich is compared against the username, but author seems to be rewritten toYou (draft)so it keeps failing with "can only edit your own comments", if I overwrite that back to my username editing works.delete commentfunction always works, is lack of guards intentional?