Skip to content

Commit

Permalink
Merge pull request #360 from scientist-softserv/undefined_lease_relat…
Browse files Browse the repository at this point in the history
…ed_date_method_fix

Replace #lease_release_date with #lease_expiration_date
  • Loading branch information
ShanaLMoore authored Jun 24, 2024
2 parents 9f68cc8 + 7b9767d commit fb07dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iiif_print/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def child_work_attributes_function
visibility: 'lease',
visibility_after_lease: lease.visibility_after_lease,
visibility_during_lease: lease.visibility_during_lease,
lease_release_date: lease.lease_release_date
lease_release_date: lease.lease_expiration_date
}
else
visibility_params = { visibility: parent_work.visibility.to_s }
Expand Down

0 comments on commit fb07dcd

Please sign in to comment.