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 - SinergiaDA - Permitir valores simples en multienum sin ^ #56

Merged
merged 2 commits into from
Jan 18, 2024

Conversation

juanSTIC
Copy link
Collaborator

Este PR añade una condición a la consulta que crea las tablas puente usadas para publicar los campos multienum en SinergiaDA de manera que se incluyan los valores simples (con un solo elemento) aunque no estén envueltos con el símbolos ^ (caret).

Pruebas a realizar

  1. En el módulo Personas añadir varios registros, añadiendo varios valores en el campo el campo multiselección Perfil del trabajador, algunos con varios elementos y alguno con un solo elemento.
  2. En la base de datos, en este campo, modificar el valor almacenado para alguno de los registros con un solo elemento quitándole el simbolo ^ de los lados.
  3. Ejecutar la reconstrucción de SinergiaDA
  4. Verificar la tabla sda_contacts__stic_professional_profile_c creada durante el proceso y verificar que se ha creado un registro por cada id/elemento, incluidos aquellos que no están rodeados del caracter ^

@juanSTIC juanSTIC added bug Something isn't working SinergiaDA labels Jan 11, 2024
Copy link

github-actions bot commented Jan 11, 2024

Actions executed at: 2024-01-18 08:22:37.

@juanSTIC juanSTIC requested a review from PaulaaSTIC January 12, 2024 09:47
@PaulaaSTIC PaulaaSTIC closed this Jan 15, 2024
@PaulaaSTIC PaulaaSTIC reopened this Jan 15, 2024
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

@AlbertoSTIC AlbertoSTIC self-requested a review January 15, 2024 17:13
Copy link
Collaborator

@AlbertoSTIC AlbertoSTIC 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

@AlbertoSTIC AlbertoSTIC merged commit 421a6d7 into develop Jan 18, 2024
3 checks passed
@AlbertoSTIC AlbertoSTIC deleted the bug/caretInMulmultienum branch January 18, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working SinergiaDA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants