tramway-export 0.1.5 → 0.1.5.1
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 +4 -4
- data/app/views/tramway/export/_button.html.haml +1 -1
- data/lib/tramway/export/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca1d5e0b55a03d41f70b47106f693e1d40fe8d63a932e6e260f6b5bd885a2189
|
|
4
|
+
data.tar.gz: 51c9af0f074f8fbdfd7611852a34954d1d4e3f0dd84c5acd5a0bfc29ea58534b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8d7dc48a48d69eaaed4438d86de190461e67c707172438d574cf8a33b490035e6f532fcd53e98c5d2b85604bb5e9ddd9d07395786ad6bb59eb966de364f52ce
|
|
7
|
+
data.tar.gz: b72abd00f7100ce4ae019ceaab3d40f65bc15b184bd9ce70dadbef69b4f178dd13bc4faa09cefe83400d108673426978176b1bd554b8fbb53d36178e2d754123
|
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
= fa_icon(:download)
|
|
7
7
|
.dropdown-menu{ aria: { labelledby: id } }
|
|
8
8
|
- decorator_class.collections.each do |collection|
|
|
9
|
-
= link_to collection_human_name(model_name: model_name, collection_name: collection), Tramway::Export::Engine.routes.url_helpers.exports_path(model: model_class, scope: collection, filter: params[:filter]
|
|
9
|
+
= link_to collection_human_name(model_name: model_name, collection_name: collection), Tramway::Export::Engine.routes.url_helpers.exports_path(model: model_class, scope: collection, filter: params[:filter].present? ? params[:filter].permit! : nil), class: 'dropdown-item'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tramway-export
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.5
|
|
4
|
+
version: 0.1.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pavel Kalashnikov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: xls_exporter
|