knitkit 2.0.9 → 2.0.10
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.
|
@@ -21,6 +21,7 @@ module Knitkit
|
|
|
21
21
|
website_section.render_base_layout = params[:render_with_base_layout] == 'yes'
|
|
22
22
|
website_section.type = params[:type] unless params[:type] == 'Page'
|
|
23
23
|
website_section.internal_identifier = params[:internal_identifier]
|
|
24
|
+
website_section.position = 0 # explicitly set position null, MS SQL doesn't always honor column default
|
|
24
25
|
|
|
25
26
|
if website_section.save
|
|
26
27
|
if params[:website_section_id]
|
data/lib/knitkit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knitkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.10
|
|
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-10-
|
|
12
|
+
date: 2012-10-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: erp_forms
|