Skip to content
代码片段 群组 项目
提交 44b7a76b 编辑于 作者: Mayra Cabrera's avatar Mayra Cabrera
浏览文件

Fixes typo on Note model

Merge branch 'fixes-typo-on-note-model' into 'master'

See merge request gitlab-org/security/gitlab!3328

Changelog: security
上级 8688300c
No related branches found
No related tags found
无相关合并请求
......@@ -756,7 +756,7 @@ def mentioned_filtered_user_ids_for(references)
Ability.users_that_can_read_internal_notes(users, resource_parent).pluck(:id)
end
# Method necesary while we transition into the new format for task system notes
# Method necessary while we transition into the new format for task system notes
# TODO: https://gitlab.com/gitlab-org/gitlab/-/issues/369923
def note
return super unless system? && for_issue? && super&.match?(ISSUE_TASK_SYSTEM_NOTE_PATTERN)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册