re-added "field is required" messages
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / Field / Role / Mutable.pm
index b73114c..96ee6dc 100644 (file)
@@ -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;