Skip to content

Code Connected REST Services Not Creating #13

@weierophinney

Description

@weierophinney

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions