mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 19:55:56 +08:00
修改: 合并请求评论必选参数以及审查列表去掉分页
This commit is contained in:
@@ -23,7 +23,7 @@ class Api::V1::Projects::Pulls::Journals::CreateService < ApplicationService
|
||||
|
||||
def call
|
||||
raise Error, errors.full_messages.join(", ") unless valid?
|
||||
check_review_is_exists
|
||||
check_review_is_exists if review_id.present?
|
||||
if type == 'problem'
|
||||
create_problem_journal
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user