five-two-nw-olivander 0.2.0.4 → 0.2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29e1dc791197e7c14caf9ba443b60e265cec7a30d2bc7143c7c63c733b80a986
4
- data.tar.gz: 82564065ca22d325b65e15c2402d0e726381d94bc91a4eee912ce059fe8a0623
3
+ metadata.gz: c8143b2faef8f3a4a66f49a4de75815c3e4f31cb92cae9f66017cb5bb928e7f7
4
+ data.tar.gz: 5d03f6db29f5435a04c83d1be27ae67b81922aa267b4203dc507b73cfafe1963
5
5
  SHA512:
6
- metadata.gz: b48674ce17de4b04e1ac277a27cbaf9517e284988a39c7c35064bcac02f781a7c82b405d7e123be81f3d529fd47c942c5c7d4b96594d770e6e3f178f743cb923
7
- data.tar.gz: 7b289f9ccbe4523ee3a7c9b831091c6d3b302c3f49369daccd3796be6dff7140dff4c73ab8d3474ed2365ae6190e4547ba680956f41b4e372dc8db61e0b5cf44
6
+ metadata.gz: 11dcfc173f945d1100f793d7b749842e0e4b5be5ea1e010ae40ad1044366f8766a0368d7bd0c641561863c5437127686638cd107d0b86d9f281dc7be31c192ad
7
+ data.tar.gz: b241c425f3bff5e26e9409584a242e7f3952eb0b0f9edbd833f8a855d0893f446d39688e69e0127c845eb46bf96c2f8cdc2466c412356574bad57316088b0e4a
@@ -24,7 +24,7 @@ module Olivander
24
24
  column_attributes &&= only if only.size.positive?
25
25
  column_attributes -= except if except.size.positive?
26
26
  resources_sym = klazz.table_name.to_sym
27
- bulk_action_list = Olivander::CurrentContext.application_context.route_builder.resources[resources_sym]&.datatable_bulk_actions || []
27
+ bulk_action_list = Olivander::CurrentContext.build.application_context.route_builder.resources[resources_sym]&.datatable_bulk_actions || []
28
28
  default_hidden = %w[
29
29
  id created updated created_at updated_at
30
30
  deleted_at current_user current_action
@@ -1,3 +1,3 @@
1
1
  module Olivander
2
- VERSION = '0.2.0.4'.freeze
2
+ VERSION = '0.2.0.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: five-two-nw-olivander
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.4
4
+ version: 0.2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Dennis