thecore_ui_rails_admin 3.5.2 → 3.5.3

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: 8f45c9536b8cd8fe5b7a9c4586f015a7d2ea8429e636fae97cd2bed169288a53
4
- data.tar.gz: e78ed33775d4a875c48f1d4a793fe6b128acb32c9abfeea7a28dc125c29471b2
3
+ metadata.gz: 3dd34d8d6ad24e02e889b0e4892a0fd60764e9472624f3fbb653fce8ec3dd814
4
+ data.tar.gz: 62c27cd585b7dd4c57aca48cd4bc5eee7b28833df338aab17f56c242a61a1330
5
5
  SHA512:
6
- metadata.gz: eb24dcd6e98d0100735efb15718eaaec272f08ba45c4335478bb65c592312a0f998e8038b0a27bb8875b5b7ba481cef83691e773e3f209772c78c8875bc9055a
7
- data.tar.gz: 655bc921fc96c09d305f6a3a41b3d224937d93552107a1aa5363aadeaa2b16fe96a3115bf53114020e8546cfbc8f36fae63e284c9ae8b582132b8ef72e88dc57
6
+ metadata.gz: c3b3728e02262a11b694b83968904e0effab6bb598791325c06049ffdedf6c14f71a6ea246b9d4384e32d53ae16436cfa38c03d23d1f6e4d7ca679e452899f26
7
+ data.tar.gz: a391171b59b1a07d6f148004b01db14e701def63fb6603e9aab239e6c0e2b741c8a8a8d7a6ab76bc8af4b221a1656bccd2f815e0118e15fc9c66abff65775687
@@ -56,7 +56,7 @@ $(document).on('turbo:load', function (event) {
56
56
  if (export_all_element) export_all_element.addEventListener('click', confirmIt, false);
57
57
 
58
58
  // If URL ends with /bulk_action, uncheck all checkboxes
59
- if (currentURL.pathname.endsWith('/bulk_action')) {
59
+ if (currentURL.pathname.endsWith('/bulk_action') || currentURL.pathname.endsWith('/export')) {
60
60
  const checkboxes = document.querySelectorAll('input[type="checkbox"][name^="schema"]');
61
61
  checkboxes.forEach(checkbox => {
62
62
  checkbox.checked = false;
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = "3.5.2".freeze
2
+ VERSION = "3.5.3".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.2
4
+ version: 3.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni