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 - Correo - Se añade comprobación de registro borrado al buscar la cuenta de correo saliente #560

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

enricsinergia
Copy link
Collaborator

-Closes #559

Description

Se añade el deleted = 0 a un select sobre la tabla outbound_email que al no estar presente provocaba que, aleatoriamente, se recuperasen los datos del registro borrado provocando el consiguiente error.

Motivation and Context

Corregir la incidencia #559

How To Test This

1.- Desde la vista de detalle de Persona u Organización, clickar sobre la dirección de correo y enviar el mail
2.- Comprobar que el mail sale correctamente
3.- Provocar que haya 2 registros de tipo system en la tabla outbound_emails (uno deleted y el otro activo)
4.- En local, con el debugger, comprobar que la select cambiada sólo devuelve un registro.

@enricsinergia enricsinergia added bug Something isn't working Correo Email Module not urgent labels Jan 22, 2025
@enricsinergia enricsinergia self-assigned this Jan 22, 2025
Copy link

Actions executed at: 2025-01-22 14:20:17.

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

@enricsinergia enricsinergia marked this pull request as ready for review January 24, 2025 05:59
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Correo Email Module not urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incidencia - Correo - Error en envío discrecional de email
3 participants