Skip to content

Error when saving from listing screen #19

@bryanjswift

Description

@bryanjswift

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.

https://github.com/ClaudiuCreanga/magento2-store-locator-stockists-extension/blob/8bf464f7f380d74c7e0c3f4f9226eb2aa4774d26/src/Controller/Adminhtml/Stores.php#L88-L97

This method appears to only be called from the InlineEdit controller and not within the Save controller.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions