Sha256: 02c029a1422a5e48ca2269d3337e3e8ea25543536de375d12670da57b96a1bff

Contents?: true

Size: 702 Bytes

Versions: 58

Compression:

Stored size: 702 Bytes

Contents

module Hyrax
  module Forms
    module Widgets
      class AdminSetEmbargoPeriod
        # Visibility options for permission templates
        def options
          i18n_prefix = "hyrax.admin.admin_sets.form_visibility.release.varies.embargo"
          [[Hyrax::PermissionTemplate::RELEASE_TEXT_VALUE_6_MONTHS, I18n.t('.6mos', scope: i18n_prefix)],
           [Hyrax::PermissionTemplate::RELEASE_TEXT_VALUE_1_YEAR, I18n.t('.1yr', scope: i18n_prefix)],
           [Hyrax::PermissionTemplate::RELEASE_TEXT_VALUE_2_YEARS, I18n.t('.2yrs', scope: i18n_prefix)],
           [Hyrax::PermissionTemplate::RELEASE_TEXT_VALUE_3_YEARS, I18n.t('.3yrs', scope: i18n_prefix)]]
        end
      end
    end
  end
end

Version data entries

58 entries across 58 versions & 2 rubygems

Version Path
hyrax-2.9.6 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.9.5 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.9.4 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.9.3 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.9.2 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.9.1 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.9.0 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.8.0 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.7.2 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.7.1 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.7.0 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.6.0 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-3.0.0.pre.rc1 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-3.0.0.pre.beta3 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.5.1 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.5.0 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-3.0.0.pre.beta2 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.4.1 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-3.0.0.pre.beta1 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb
hyrax-2.4.0 app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb