Package not found. Please check the package name and try again.
udongo 6.6.1 → 6.6.2
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 +4 -4
- data/app/controllers/backend/content/rows/columns_controller.rb +1 -1
- data/app/controllers/backend/content/rows_controller.rb +1 -1
- data/app/controllers/backend/forms/submissions_controller.rb +1 -1
- data/changelog.md +7 -0
- data/config/locales/nl_forms.yml +1 -0
- data/lib/udongo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62f391451e71d53545f02c5f637b3b17882f4c11
|
|
4
|
+
data.tar.gz: 44c8f5dd1f9297bcfa581b43e5e90a391bde6062
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bf6416eabea1de304fc7e3cd01185c4c9dcf16d4937f3a38a909ff77c3f19484f80b1a8e878ee144aa3d867fa6b47f4aba174474c524d12a783b84474cee753
|
|
7
|
+
data.tar.gz: 105290d2f0c718567c0ec430ef488f261f2b112c4f184bd969b21b8dd10a694d91893e5161304e226a19a260131a23c1aa69e0a7c5cd5cf1ac0db39c7d0fbb99
|
|
@@ -33,7 +33,7 @@ class Backend::Content::Rows::ColumnsController < Backend::BaseController
|
|
|
33
33
|
def destroy
|
|
34
34
|
@column.destroy
|
|
35
35
|
|
|
36
|
-
path = "edit_translation_backend_#{@column.row.rowable.class.to_s.
|
|
36
|
+
path = "edit_translation_backend_#{@column.row.rowable.class.to_s.underscore}_path"
|
|
37
37
|
redirect_to send(path, @column.row.rowable, @column.row.locale, anchor: "content-row-#{@column.row.id}")
|
|
38
38
|
end
|
|
39
39
|
|
|
@@ -55,7 +55,7 @@ class Backend::Content::RowsController < Backend::BaseController
|
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
def content_path(instance, locale, anchor)
|
|
58
|
-
path = "edit_translation_backend_#{instance.class.to_s.
|
|
58
|
+
path = "edit_translation_backend_#{instance.class.to_s.underscore}_path"
|
|
59
59
|
send(path, instance, locale, anchor: anchor)
|
|
60
60
|
end
|
|
61
61
|
|
data/changelog.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
6.6.2 - 2017-07-25
|
|
2
|
+
--
|
|
3
|
+
* Bugfix: using models with multiple words like 'LandingPage' no longer break
|
|
4
|
+
the flexible content.
|
|
5
|
+
* Ehancement: show the newest form submissions on top in the backend.
|
|
6
|
+
|
|
7
|
+
|
|
1
8
|
6.6.1 - 2017-07-04
|
|
2
9
|
--
|
|
3
10
|
* Enhancement: show the submission date in the overview of form submissions.
|
data/config/locales/nl_forms.yml
CHANGED
data/lib/udongo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: udongo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.6.
|
|
4
|
+
version: 6.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Davy Hellemans
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-07-
|
|
12
|
+
date: 2017-07-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|