Merge branch 'develop' into standalone_develop

This commit is contained in:
2022-09-06 09:00:24 +08:00

View File

@@ -3,6 +3,8 @@ class Contents::CreateForm < BaseForm
validates :filepath, presence: true validates :filepath, presence: true
validates :new_branch, length: { maximum: 50 }, message: "分支名称过长仅支持50的长度"
validate :check_branch validate :check_branch
def check_branch def check_branch