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

MODEL BUILDER - Default params #47

Merged
merged 3 commits into from
Sep 23, 2021
Merged

MODEL BUILDER - Default params #47

merged 3 commits into from
Sep 23, 2021

Conversation

martinebucarey
Copy link
Contributor

Requerimiento

https://proyectos.andes.gob.ar/browse/CORE-86

Funcionalidad desarrollada

  1. Se agrega la opción de enviar un parámetro de búsqueda default:
    En el recurso (API) definir:
  • defaultParams = { unCampo: valor, otroCampo: valor2, .... };
  • dentro de searchFields, definir la función de búsqueda de dicho campo
  • Luego de estas definiciones, cada vez que se realice una búsqueda, los defaultParams serán enviados.

@liquid36 liquid36 merged commit e86dea9 into master Sep 23, 2021
@liquid36 liquid36 deleted the CORE-86 branch September 23, 2021 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants