BigW Consortium Gitlab
write_ was renamed to create_
modify_ was renamed to update_
So now in update action we have next code
def create
can?(current_user, :create_issue, @issue)
end
def update
can?(current_user, :update_issue, @issue)
end
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
discussions | Loading commit data... | |
_commit_discussion.html.haml | Loading commit data... | |
_diff_notes_with_reply.html.haml | Loading commit data... | |
_diff_notes_with_reply_parallel.html.haml | Loading commit data... | |
_discussion.html.haml | Loading commit data... | |
_edit_form.html.haml | Loading commit data... | |
_form.html.haml | Loading commit data... | |
_form_errors.html.haml | Loading commit data... | |
_note.html.haml | Loading commit data... | |
_notes.html.haml | Loading commit data... | |
_notes_with_form.html.haml | Loading commit data... |