Skip to content

Commit

Permalink
Merge pull request #6 from koala-framework/update-amounts
Browse files Browse the repository at this point in the history
Parent form handles processInput() of child-forms
  • Loading branch information
lllHuber committed Feb 16, 2018
2 parents 2c696c2 + 8c86dfb commit a05ca2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions KwcShop/Kwc/Shop/Cart/Form/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ public static function getSettings($param = null)
return $ret;
}

public function processInput(array $postData)
{
foreach ($this->getData()->parent->getComponent()->getFormComponents() as $form) {
$form->processInput($postData);
}
}

protected function _initForm()
{
$this->_form = new Kwf_Form();
Expand Down

0 comments on commit a05ca2c

Please sign in to comment.