lipsiadmin 4.1.6 → 4.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Lipsiadmin
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 4
4
4
  MINOR = 1
5
- TINY = 6
5
+ TINY = 7
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -9,7 +9,6 @@ page.grid do |grid|
9
9
  store.url "/backend/accounts.json"
10
10
  store.fields @column_store.store_fields
11
11
  end
12
- grid.before << "groupingStore.setDefaultSort('accounts.created_at', 'DESC');"
13
12
  grid.columns do |columns|
14
13
  columns.fields @column_store.column_fields
15
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lipsiadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.6
4
+ version: 4.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Davide D'Agostino