udongo 7.0.3 → 7.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 760068c29cefa3281a36afe519fe496f9d9b0ab4
4
- data.tar.gz: fa730393a268d5fb203b2f199a3e5fd801857155
3
+ metadata.gz: 2c135da722b47005ae85f69f4332dfd5edea9786
4
+ data.tar.gz: 612200fa1b054962a8fcdacfcedc3a0d19a7c4d5
5
5
  SHA512:
6
- metadata.gz: 74f5c08aeaf25b290fff2bab4dedb203cbb01601452cb3d406526afb19df703a44cc02966227da5a052b4e35b839e9945f31562bccfbf95906e01f037e067ecb
7
- data.tar.gz: 565873b1690e332fe74641a5327cec40cc3559ab144e915e6b957978804c984bacaa04d33a72463b400b2360743ee947a6615c333fd646dd0cc65ec177cab4d9
6
+ metadata.gz: 284c83ab7857f6029f2c417152ba4ee910d1482f91e5f9e22c62c71dd046c47957490718460be94ef853d40876f6865d6de192ca1fcc5cb0aff240bf5a020514
7
+ data.tar.gz: eb2aad280cf8381279b4235c349cf707833a96ca6203246ed12437b1493cc7a6a36ffe9267a5e2b99245e37133b9305e090da2eee7541b2f114f2baef7aafab6
@@ -1,6 +1,6 @@
1
1
  class Backend::TagboxController < Backend::BaseController
2
2
  def index
3
- tags = Tag.by_locale(locale).order(:name).pluck(:name).map do |name|
3
+ tags = Tag.by_locale(params[:locale]).order(:name).pluck(:name).map do |name|
4
4
  { label: name, value: name }
5
5
  end
6
6
 
@@ -11,6 +11,6 @@
11
11
  </div>
12
12
 
13
13
  <div class="card-block">
14
- <%= text_field_tag :tags, model.tags_string(locale), data: { tagbox: true, items_path: backend_tagbox_path, locale: locale, type: actual_model.class.name, id: model.id, base_path: backend_tagbox_path } %>
14
+ <%= text_field_tag :tags, model.tags_string(locale), data: { tagbox: true, items_path: backend_tagbox_path(locale: locale), locale: locale, type: actual_model.class.name, id: model.id, base_path: backend_tagbox_path } %>
15
15
  </div>
16
16
  </div>
@@ -1,3 +1,8 @@
1
+ 7.0.4 - 2017-10-05
2
+ --
3
+ * Bugfix: make sure the tag autocomplete is locale specific.
4
+
5
+
1
6
  7.0.3 - 2017-10-03
2
7
  --
3
8
  * Bugfix: the list of seo_locales now only contains locales that actually have
@@ -1,3 +1,3 @@
1
1
  module Udongo
2
- VERSION = '7.0.3'
2
+ VERSION = '7.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: udongo
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.3
4
+ version: 7.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Davy Hellemans
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-10-03 00:00:00.000000000 Z
12
+ date: 2017-10-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails