fullstack-admin 0.1.51 → 0.1.52

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.51
1
+ 0.1.52
@@ -31,6 +31,7 @@ $(document).ready ->
31
31
  associated_resources_index.append(template_instance)
32
32
  autoupdate_labels(associated_resources_index.find('.associated-resource:last'))
33
33
  update_positions associated_resources_index
34
+ associated_resources_index.find('.associated-resource:last').find(".btn[data-toggle='modal']").click()
34
35
 
35
36
  autoupdate_labels($('.associated-resource'))
36
37
 
@@ -1,7 +1,7 @@
1
1
  <%= f.inputs t(association, :scope => 'fullstack.admin.resources', :default => association.to_s.humanize), :class => "associated-resource" do %>
2
2
 
3
3
  <%= f.admin_fields_for( association ) do |f| %>
4
- <%= f.resource_inputs %>
4
+ <%= f.resource_inputs :except => [resource_name] %>
5
5
  <% end %>
6
6
 
7
7
  <% end %>
@@ -62,4 +62,7 @@ it:
62
62
  locale: "Lingua"
63
63
  room: "Stanza"
64
64
  brief_description: "Descrizione breve"
65
- category: "Categoria"
65
+ category: "Categoria"
66
+ post_code: "Codice postale"
67
+ kind: "Tipo"
68
+ state: "Provincia"
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "fullstack-admin"
8
- s.version = "0.1.51"
8
+ s.version = "0.1.52"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcasimir"]
12
- s.date = "2012-09-24"
12
+ s.date = "2012-09-25"
13
13
  s.description = "Administration interface framework for fullstack"
14
14
  s.email = "maurizio.cas@gmail.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fullstack-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.51
4
+ version: 0.1.52
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-24 00:00:00.000000000 Z
12
+ date: 2012-09-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -1288,7 +1288,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1288
1288
  version: '0'
1289
1289
  segments:
1290
1290
  - 0
1291
- hash: -545509453303547180
1291
+ hash: 1059440588059914485
1292
1292
  required_rubygems_version: !ruby/object:Gem::Requirement
1293
1293
  none: false
1294
1294
  requirements: