mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48:15 +00:00
Fix database error instead of form validation on ToS effective date conflict (#35053)
This commit is contained in:
parent
ca3cc36549
commit
c644413f8a
|
@ -20,6 +20,7 @@ class TermsOfService < ApplicationRecord
|
|||
|
||||
validates :text, presence: true
|
||||
validates :changelog, :effective_date, presence: true, if: -> { published? }
|
||||
validates :effective_date, uniqueness: true
|
||||
|
||||
validate :effective_date_cannot_be_in_the_past
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user