Commit 675aafdc authored by James Edwards-Jones's avatar James Edwards-Jones

Changelog & review changes for Protected Tag roles

parent 1cdd33ca
......@@ -48,6 +48,6 @@ class Projects::ProtectedRefsController < Projects::ApplicationController
protected
def access_level_attributes
[:access_level, :id, :user_id, :_destroy, :group_id]
%i(access_level id user_id _destroy group_id)
end
end
---
title: Per user/group access levels for Protected Tags
merge_request: 1629
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment