You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue where trying to add a Code Connected Service, I was getting an error that I wasn't providing a service name. I tracked it to the service manager using the same instance of the input filter for all three inputs (table_name, adapter_name, service_name). I worked around it by adding the following to module.config.php:
If you can, please try again with the latest releases of the admin and admin-ui (admin is in the 1.5 series, UI is now in the 1.3 series), and let us know if you still observe the issue; I'm unable to reproduce it currently.
I'm not sure if this is an issue with my particular installation of apigility admin ui or not, but I have the following versions of modules installed:
zfcampus/zf-apigility-admin-ui 1.2.1
zfcampus/zf-apigility-admin 1.3.2
I ran into an issue where trying to add a Code Connected Service, I was getting an error that I wasn't providing a service name. I tracked it to the service manager using the same instance of the input filter for all three inputs (table_name, adapter_name, service_name). I worked around it by adding the following to module.config.php:
But like I said, it could be an issue with my setup.
Originally posted by @jpohlmann at zfcampus/zf-apigility-admin-ui#89
The text was updated successfully, but these errors were encountered: