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

Hotfix - KReports - Find function changed to search for exact match #547

Merged
merged 3 commits into from
Jan 22, 2025

Conversation

enricsinergia
Copy link
Collaborator

Description

Se modifica una llamada de KReports a extjs4 para que busque por toda la clave y no se conforme con que comparta el inicio. En concreto se modifica un "find" por un "findExact" (https://cdn.sencha.com/ext/gpl/4.2.1/docs/#!/api/Ext.data.Store)

Motivation and Context

Corregir el bug #546 que puede llevar a error si el usuario no se fija en que no le está cogiendo correctamente el valor seleccionado.

How To Test This

Seguir los pasos indicados para reproducir la incidencia y comprobar que se mantiene el valor seleccionado y no el que comparte raíz.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@enricsinergia enricsinergia added bug Something isn't working KReporter not urgent labels Jan 17, 2025
@enricsinergia enricsinergia self-assigned this Jan 17, 2025
Copy link

github-actions bot commented Jan 17, 2025

Actions executed at: 2025-01-22 05:40:09.

@enricsinergia enricsinergia marked this pull request as ready for review January 20, 2025 12:25
@PaulaaSTIC PaulaaSTIC changed the title Find function changed to search for exact match Hotfix - KReports - Find function changed to search for exact match Jan 20, 2025
Copy link
Collaborator

@ManuSinergiaCRM ManuSinergiaCRM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(A)probado

Copy link
Collaborator

@ManuSinergiaCRM ManuSinergiaCRM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(A)probado

Copy link
Collaborator

@PaulaaSTIC PaulaaSTIC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(A)probado

@enricsinergia enricsinergia merged commit c226bd9 into develop Jan 22, 2025
1 check passed
@enricsinergia enricsinergia deleted the bug/kreportOptionsWithSameRoot branch January 22, 2025 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working KReporter not urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incidencia - KReporter - No se muestra el valor seleccionado de una lista
3 participants