Import ClientFlow production v4928.1.5.132.4

This commit is contained in:
plx
2026-07-29 13:11:01 +00:00
parent 6445044ac6
commit 261d342057
405 changed files with 48373 additions and 1401 deletions

View File

@@ -0,0 +1,14 @@
# ClientFlow v4928.1.5.13 — Task detail refresh after send + complete
## Fix
- Fixed task detail UI staying stale after **Enviar e concluir tarefa**.
- The reply send form now targets `#task-detail-panel` on success, so the whole task detail is re-rendered with the fresh DB state.
- This updates the top status badge from `Pendente` to `Concluída` and removes/updates completion controls after `send_and_complete`.
- Reply send errors are retargeted back to `#reply-assistant-panel`, so validation/Chatwoot errors do not replace the full task page.
## Scope
- UI/HTMX only.
- No database migration.
- No change to Chatwoot sending, templates or fiscal enrichment rules.