Skip to content

Commit 8043f6b

Browse files
committed
Merge branch 'develop'
2 parents 3d7e569 + b2dd112 commit 8043f6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/cells/plugins/core/cell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Cell < FieldCell
44
view_paths << "#{Cortex::Plugins::Core::Engine.root}/app/cells"
55

66
def required?
7-
field_item.field.validations["presence"]
7+
field.validations["presence"]
88
end
99
end
1010
end

lib/cortex/plugins/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Cortex
22
module Plugins
33
module Core
4-
VERSION = '0.10.3'
4+
VERSION = '0.10.4'
55
end
66
end
77
end

0 commit comments

Comments
 (0)