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

Regresion en recursos al pasar de toba 2.6 a 2.7 #4

Closed
k7k0 opened this issue Jul 10, 2015 · 1 comment
Closed

Regresion en recursos al pasar de toba 2.6 a 2.7 #4

k7k0 opened this issue Jul 10, 2015 · 1 comment
Assignees
Labels

Comments

@k7k0
Copy link
Contributor

k7k0 commented Jul 10, 2015

Pasa en mapuche, no se si es generico el caso:


class recurso_agentes
{
...

    /**
     * GET /agentes/{id}/verificarAgente
     *
     * @notes       En SOAP equivale a op__verificarAgente
     * @summary     Verificar Agente Activo
     *
     * @errors 200 Exito
     * @errors 404 No se pudo encontrar al agente
     */
    function get_verificarAgente_list($legajo) {
         ....
        }
}

Tanto en swagger como en runtime en lugar de servirse en /agentes/id/verificarAgente lo sirve en /agentes/verificarAgente/id. No se si es un tema de definicion o de la libreria:

download

@k7k0
Copy link
Contributor Author

k7k0 commented Jul 13, 2015

Era un error en la definición de los recursos. El recurso_agentes.php estaba en la carpeta raiz (en lugar de estar en la carpeta agentes y se rompia el parser.
(bug invalido)

@k7k0 k7k0 closed this as completed Jul 13, 2015
@k7k0 k7k0 added invalid and removed bug labels Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants