Merge branch 'develop' into standalone_develop

This commit is contained in:
yystopf 2022-09-06 09:02:37 +08:00
commit d240d4f4fa
1 changed files with 1 additions and 1 deletions

View File

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