Sha256: 3db1c441ae69db0494bdde8df873bd45fd9b9599e3d069c1fdd53aad6b7b4c71

Contents?: true

Size: 218 Bytes

Versions: 10

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

# BulkActionsHelper
module BulkActionsHelper
  def bulk_actions_collection
    attrs = Geomg.field_mappings.collect { |key, _value| key }
    attrs.prepend("Publication State")
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
geoblacklight_admin-0.5.0 app/helpers/bulk_actions_helper.rb
geoblacklight_admin-0.4.2 app/helpers/bulk_actions_helper.rb
geoblacklight_admin-0.4.1 app/helpers/bulk_actions_helper.rb
geoblacklight_admin-0.4.0 app/helpers/bulk_actions_helper.rb
geoblacklight_admin-0.3.2 app/helpers/bulk_actions_helper.rb
geoblacklight_admin-0.3.1 app/helpers/bulk_actions_helper.rb
geoblacklight_admin-0.3.0 app/helpers/bulk_actions_helper.rb
geoblacklight_admin-0.2.1 app/helpers/bulk_actions_helper.rb
geoblacklight_admin-0.1.0 app/helpers/bulk_actions_helper.rb
geoblacklight_admin-0.0.1 app/helpers/bulk_actions_helper.rb