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

pulibrary / orangelight / 24016876-b24d-4304-a82e-b49d0755d6cd

11 Dec 2024 06:24PM UTC coverage: 95.834% (-0.6%) from 96.407%
24016876-b24d-4304-a82e-b49d0755d6cd

Pull #4582

circleci

christinach
Fix cancel button for feedback forms

Closes #4570
Pull Request #4582: Blacklight upgrade to 8.6.1

6004 of 6265 relevant lines covered (95.83%)

1516.0 hits per line

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

80.0
/app/components/bookmark_button_component.rb
1
# frozen_string_literal: true
2

3
class BookmarkButtonComponent < Blacklight::Document::BookmarkComponent
3✔
4
  def initialize(**kwargs)
3✔
5
    if Orangelight.using_blacklight7?
105✔
6
      super(**kwargs.except(:action))
×
7
    else
8
      super
105✔
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

© 2025 Coveralls, Inc