aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/ViewPort/Field
diff options
context:
space:
mode:
authoredenc <edenc@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-19 19:07:48 +0000
committeredenc <edenc@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-19 19:07:48 +0000
commit39453d9dc1fd054200132592c24a2dd9fa1683c6 (patch)
treefe315ba6d5a409c135ebbaf9dbcc2b4a9c93088b /lib/Reaction/UI/ViewPort/Field
parentc4a6a8a85941e99f3d5cdfcac0295b61dc38f491 (diff)
downloadreaction-39453d9dc1fd054200132592c24a2dd9fa1683c6.tar.gz
reaction-39453d9dc1fd054200132592c24a2dd9fa1683c6.zip
re-added "field is required" messages
Diffstat (limited to 'lib/Reaction/UI/ViewPort/Field')
-rw-r--r--lib/Reaction/UI/ViewPort/Field/Role/Mutable.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Reaction/UI/ViewPort/Field/Role/Mutable.pm b/lib/Reaction/UI/ViewPort/Field/Role/Mutable.pm
index b73114c..96ee6dc 100644
--- a/lib/Reaction/UI/ViewPort/Field/Role/Mutable.pm
+++ b/lib/Reaction/UI/ViewPort/Field/Role/Mutable.pm
@@ -49,7 +49,6 @@ sub can_sync_to_action {
};
sub sync_to_action {
my ($self) = @_;
- return unless $self->needs_sync;
return unless $self->can_sync_to_action;
my $attr = $self->attribute;