-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
I'm not sure if this is an error because I'm using Enterprise Edition but when saving a stockist from the listing screen (InlineEdit
) I'm getting an error generated by the call to Limesharp\Stockists\Controller\Adminhtml\Stores::filterData
. The \Zend_Filter_Input
constructor is expecting $filterRules
and then $validatorRules
and then $data
but it looks like the current method is only passing $filterRules
and then the store's data is going as $validatorRules
.
This method appears to only be called from the InlineEdit
controller and not within the Save
controller.