templus_models 1.5.11 → 1.5.12

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: b1536520578bce0358a6fd84f1b85709011495fa
4
- data.tar.gz: f32ca636fb1f375659b657d8f99584124507fb6a
3
+ metadata.gz: f3d6bb249da7578439c0f375c899626458d5b5b4
4
+ data.tar.gz: 6bef4645a252b7335e216fa64ed76d013fd7b551
5
5
  SHA512:
6
- metadata.gz: 26af92dfbe251974f8fbd0aa35633034fb96960b3cfbe0e50fb8b07c702ad3dab8dd4a9fe8d8a0d4af723dce16402973004d2f5b0b1e0335b4eea4dbde699d42
7
- data.tar.gz: ee1fd4987306a8b1f734bc6a69ffed10770698b502ab3013a3b769d18d1128895fadceb71beee01876720fae4d082a74920c9d760fad7d4f9681462f608fcca9
6
+ metadata.gz: 08aad4d2bcdb7b6224e04e19e64034860c68e55dd58f0a0245b0da062c40e969d847643aa4f56d4b59f71af1091329bcd411653d86d0e961a10bd5ef50e1feed
7
+ data.tar.gz: 7b5b8c912bd4676e0ac5771cbd7a1e28a814a4dced22656e833346f0f2e2de56a720c487649687ee92e58d4fc48efd5825e49fab792e26a389c6a4ed9c865c5b
@@ -9,7 +9,7 @@
9
9
  </div>
10
10
  <div class="modal-body">
11
11
  <%=raro_search_form(@model, 'records','records',"#{@url}/query") do%>
12
- <%raro_group "#{@model.name}"%>
12
+ <%raro_group "#{@crud_helper.title}"%>
13
13
  <%@crud_helper.search_fields.each do |att| %>
14
14
  <% if att[:sf].present? && !att[:sf][:visible_if].nil?%>
15
15
  <% if ((att[:sf][:visible_if].class == Proc && !att[:sf][:visible_if].call(att)) || (att[:sf][:visible_if].class != Proc && !att[:sf][:visible_if])) %>
@@ -1,3 +1,3 @@
1
1
  module TemplusModels
2
- VERSION = "1.5.11"
2
+ VERSION = "1.5.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: templus_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.11
4
+ version: 1.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Sol
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-11 00:00:00.000000000 Z
12
+ date: 2016-02-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails