• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

curationexperts / laevigata / a8e5ac08-bc75-44db-b235-fb1537b9fe06

07 May 2026 09:27PM UTC coverage: 97.443%. Remained the same
a8e5ac08-bc75-44db-b235-fb1537b9fe06

push

circleci

web-flow
Merge pull request #2518 from curationexperts/date_order

Fix date sorting order on Review Submissions page

2782 of 2855 relevant lines covered (97.44%)

49.75 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/app/validators/embargo_validator.rb
1
class EmbargoValidator < ActiveModel::Validator
4✔
2
  def validate(record)
4✔
3
    return unless record.current_tab == "Embargo"
101✔
4
    # TODO: the embargo form will send 'no' values by default,
5
    # but this tab hasn't been built to conform to the wireframes yet.
6
    # when it is this validator will check for actual values.
7
    # ::Hyrax::EtdForm.embargo_terms.each do |field|
8
    #   record.errors.add(field, "#{field} is required") if parsed_data(record)[field.to_s].blank?
9
    # end
10
  end
11
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc