[FIX] account_background_post: Update alert style and message for background validation in invoice form#280
Closed
rov-adhoc wants to merge 1 commit intoingadhoc:19.0from
Closed
Conversation
…kground validation in invoice form
Contributor
There was a problem hiding this comment.
Pull request overview
Este PR ajusta la severidad visual del aviso mostrado en el formulario de factura cuando está marcada para validación en segundo plano (background).
Changes:
- Cambia el estilo del banner en el formulario de factura de
alert-warningaalert-info.
Comment on lines
+34
to
36
| <div class="alert alert-info text-center" role="alert" invisible="not background_post"> | ||
| <strong>⚠️ This invoice is pending validation in background</strong> | ||
| <p class="mb-0">This invoice will be automatically validated by the background process. If you validate it manually, the background flag will be automatically removed.</p> |
There was a problem hiding this comment.
El título del PR indica que también se actualiza el mensaje, pero en este diff solo cambia el estilo (alert-warning → alert-info) y el texto permanece igual. Para evitar confusión, ajustar el título o incluir el cambio de mensaje si era el objetivo.
Contributor
|
@roboadhoc r+ bump |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.