zfcampus / zf-apigility-admin-ui

UI code for Apiglity Admin
BSD 3-Clause "New" or "Revised" License
39 stars 37 forks source link

haystack in Zend\Validator\Inarray removed after remove other field #138

Open samsonasik opened 7 years ago

samsonasik commented 7 years ago

steps to reproduce:

actual result: "haystack" option in bar validator definitions removed. expected result: "haystack" option in bar validator definitions should not be removed.

michalbundyra commented 7 years ago

@samsonasik I was looking on it, and it seems to be a bit more complex issue. It needs changes also in zf-apigility-admin. Basically we need add option haystack in validator_metadata config: https://github.com/zfcampus/zf-apigility-admin/blob/master/config/module.config.php#L1400-L1403 but then also in admin-ui we need to add support for array option values (now it works only with bool/int/string)...

weierophinney commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-admin-ui; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-admin-ui/issues/5.