egov_utils 0.2.5 → 0.2.6

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: 3e000fd823856ec116f01fcaf09edbdd090bc53f2090ac1a4afbf22fdb9ecf19
4
- data.tar.gz: 86c5fef6cbe9b16a23c600af522b08c9455c6f0c024b1a5bcf74d741b0e93c41
3
+ metadata.gz: 2cc59966440f42860dfdb2f7df80df6e925f1d39cabf9b87daaeb68e6f31d5c6
4
+ data.tar.gz: 898c91aae9915d9e2f25205353bdf00cd6a10e2b348e0e332293a4545375c1d6
5
5
  SHA512:
6
- metadata.gz: bc5a6ff405dfdccf06e21e1b3674876fdf99ee4b15c504089e5a0b774e93112efef47fa48e6f9aeda526eeca7c662e91507b621238203ebd3e478375119d3185
7
- data.tar.gz: 27a9f9ca228d954cafef707ef0032102173de098e32a8be264dc56a83059f7b5ce8d1c0d78a784072233af254558559ddb2fa4f98c07a18891a12a45f92d83cd
6
+ metadata.gz: ccdf39526da488a8d85b211cd0ca9619a26205caa367f650d0eac1fd9a0e501203cbce50d27c149e42163cac182c1026085c613924a7bf8fdc8081b3df5868ec
7
+ data.tar.gz: d904c8195a19ab154e3153256559cf95874ba80252cd4e5a3c295d79192d966bcabaaa3bac05708a6ce0e2fc77a871d2612d469272b461805953503d827387d5
@@ -34,6 +34,10 @@ module EgovUtils
34
34
  s << ", columnTemplate: '<a href=\"#{polymorphic_path(grid.schema.model)}/{id}\">{#{attribute.name}}</div>'" if attribute.name == grid.schema.main_attribute_name
35
35
  if attribute.type == 'list'
36
36
  s << ", format: ( (value) -> I18n.t('#{attribute.attribute_name.i18n_scoped_list_prefix}'+'.'+value, {defaults: $.map( #{attribute.attribute_name.i18n_list_fallback_prefixes.to_json}, (pref, i)-> {scope: (pref + '.' + value)} )}) ) "
37
+ elsif attribute.type == 'date'
38
+ s << ", format: ( (value)-> I18n.l('date.formats.default', value) )"
39
+ elsif attribute.type == 'datetime'
40
+ s << ", format: ( (value)-> I18n.l('time.formats.default', value) )"
37
41
  end
38
42
  s << "}"
39
43
  end
@@ -1,3 +1,3 @@
1
1
  module EgovUtils
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egov_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr