Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Connected REST Services Not Creating #13

Open
weierophinney opened this issue Dec 31, 2019 · 1 comment
Open

Code Connected REST Services Not Creating #13

weierophinney opened this issue Dec 31, 2019 · 1 comment

Comments

@weierophinney
Copy link
Contributor

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:

'di' => array(
    'instance' => array(
        'Zend\InputFilter\Input' => array(
            'shared' => false
        )
    )
),

But like I said, it could be an issue with my setup.


Originally posted by @jpohlmann at zfcampus/zf-apigility-admin-ui#89

@weierophinney
Copy link
Contributor Author

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.


Originally posted by @weierophinney at zfcampus/zf-apigility-admin-ui#89 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants