Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix-1.6.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Lown committed Mar 17, 2020
2 parents c8bb001 + 9fe6573 commit be8726e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions app/helpers/request_digitization_helper.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# frozen_string_literal: true

module RequestDigitizationHelper
# rubocop:disable Metrics/CyclomaticComplexity
# rubocop:disable Metrics/PerceivedComplexity
def show_request_digitization_link?(document)
def show_request_digitization_link?(_document)
# Temporarily disable request digitization link.
false
# DulArgonSkin.request_digitization_url.present? &&
Expand All @@ -15,8 +13,6 @@ def show_request_digitization_link?(document)
# meets_location_requirement?(document) &&
# meets_physical_media_requirement?(document)
end
# rubocop:enable Metrics/CyclomaticComplexity
# rubocop:enable Metrics/PerceivedComplexity

def request_digitization_url(document)
request_digitization_url_template.expand(
Expand Down
2 changes: 1 addition & 1 deletion lib/dul_argon_skin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DulArgonSkin
VERSION = '1.6.7'
VERSION = '1.6.8'
end

0 comments on commit be8726e

Please sign in to comment.