egov_utils 0.6.1 → 0.6.2

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: 2653c7dcc64559bf44c36d4930c23ab4f29519d03ba07ba11936dc3cb95ca46c
4
- data.tar.gz: bf1b2ceb79ff38c06bc8ecbea70bc04acb2670dfc485ad81b739bfe2510f14e2
3
+ metadata.gz: 6c7404de774b1b5bb75b4528608dbf47d049bcafdb9b53d8f8dfb2089ef12ac8
4
+ data.tar.gz: b748146456eb6e9db1c5cdf9fba4cd523084fe05d99fdc5cadf1ac5f48274356
5
5
  SHA512:
6
- metadata.gz: ab4dcd608ba8773a0374eb36af72a76d61dc65b27af6c05b852639969e1cefdcc3eb4d6a1a54ac42c41c3c4d96deab4a8751803623d8921b8670bc9bc7dcaedb
7
- data.tar.gz: b1c8f4911fec768ab8e6574d8a5d3192824d163cc69d26c262106e4be0b599e6bfe1912a65373bb113d342126da4ca8ef5f1f73d1d4205f21fed3802be3962db
6
+ metadata.gz: ff6e3b1508eb5e1d5f95e5e8945c2c6d9d99e715b3e096f75484c553aff80bd7f6d3c84fa37e1a2cc7dcced18451dfe563f9465fb65b5e952fe4469dc91879f0
7
+ data.tar.gz: c5ecb9e8209c7996add1aaca3021b71a6b5ab9464272a605cf0ead3b6312c7981382a365aff1dbddad8afc1c1573651c922b40e44b967d984bdf687b3f8855e4
@@ -25,7 +25,7 @@ $ ->
25
25
  downloadRecord = (format, index) ->
26
26
  grid = $("#<%= grid_id %>").swidget()
27
27
  item = grid.dataItem(index)
28
- window.location.href = '<%= polymorphic_path(schema.model) %>/'+item.id+'.'+format
28
+ $(event.target).data('id', item.id)
29
29
 
30
30
  <% if local_assigns[:detail_for] %>
31
31
  <% detail_col = schema.column(detail_for) %>
@@ -105,7 +105,7 @@ $ ->
105
105
  buttons: [
106
106
  <% if can?(:read, schema.model) %>
107
107
  <% local_assigns.fetch(:downloads, {}).each do |format, label| %>
108
- { cls: 'btn btn-sm btn-secondary', caption: '<%= label %>', click: prepareDownload('<%= format %>') },
108
+ { cls: 'btn btn-sm btn-secondary <%= "download-button-#{format}" %>', caption: '<%= label %>', click: prepareDownload('<%= format %>') },
109
109
  <% end %>
110
110
  <% end %>
111
111
  <% if can?(:update, schema.model) %>
@@ -1,3 +1,3 @@
1
1
  module EgovUtils
2
- VERSION = '0.6.1'
2
+ VERSION = '0.6.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egov_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-21 00:00:00.000000000 Z
11
+ date: 2021-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails