glib-web 0.3.1 → 0.3.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
  SHA1:
3
- metadata.gz: f4565ecc5336a937378291a2da6bda57a1653fcb
4
- data.tar.gz: 683fceedfb9f9488f06113a19707a4dc83ab895a
3
+ metadata.gz: d9ec87cd62e10d5ff2968512b549b607526eea62
4
+ data.tar.gz: 5b11ae40c9c31c8a98d1f6b5cc4e80992cbd7427
5
5
  SHA512:
6
- metadata.gz: a652b793dd21095afe8dda2b293d1bdd501a4191e06154adb46f8693a656edd39ddea07f85aa1a0e52d1d5eb70c31a22248a541675138f54e710818dc9e9fdb6
7
- data.tar.gz: eb2e5b6dd40994b1d0e0f6bcdd7ea02ab93d379c3d25e7816bffa3e677130d6ff3027f38bd385135376fb9d65ed93fbef06fdfe6998647eaa197d4fb3781a481
6
+ metadata.gz: 2f98b4be9effe350a469d2176eb0c33b0eb99d69938d78cedf95395625a24129fba46c3e06154a6623d7e33053ff062b5b62708ad502c434a2d2779bffa1683c
7
+ data.tar.gz: ddc3a92d2b8eee4ef3627b8b3412afa25eeea91f3bba9dbfd48862245e034a595d85f801eddeec73f52c06b36a606098d1f9034805d3f4256a91102171ae348f
@@ -17,6 +17,7 @@ module Concerns::Application::Json::Ui
17
17
  def json_ui_url_options
18
18
  options = {}
19
19
  options[:_render] = params[:_render]
20
+ options[:_locale] = params[:_locale]
20
21
  options[:format] = :json if request.format == :json
21
22
  options
22
23
  end
@@ -8,8 +8,8 @@ json_ui_page json do |page|
8
8
  template.thumbnail title: 'Horizontal Scroll', onClick: ->(action) do
9
9
  action.windows_open url: json_ui_garage_url(path: 'tables/horizontal_scroll')
10
10
  end
11
- template.thumbnail title: 'Exportable', onClick: ->(action) do
12
- action.windows_open url: json_ui_garage_url(path: 'tables/exportable')
11
+ template.thumbnail title: 'Export/Import', onClick: ->(action) do
12
+ action.windows_open url: json_ui_garage_url(path: 'tables/export_import')
13
13
  end
14
14
  template.thumbnail title: 'Autoload All', onClick: ->(action) do
15
15
  action.windows_open url: json_ui_garage_url(path: 'tables/autoload_all')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glib-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
@@ -94,7 +94,7 @@ files:
94
94
  - app/views/json_ui/garage/panels/vertical.json.jbuilder
95
95
  - app/views/json_ui/garage/tables/_autoload_section.json.jbuilder
96
96
  - app/views/json_ui/garage/tables/autoload_all.json.jbuilder
97
- - app/views/json_ui/garage/tables/exportable.json.jbuilder
97
+ - app/views/json_ui/garage/tables/export_import.json.jbuilder
98
98
  - app/views/json_ui/garage/tables/horizontal_scroll.json.jbuilder
99
99
  - app/views/json_ui/garage/tables/index.json.jbuilder
100
100
  - app/views/json_ui/garage/views/banners.json.jbuilder