Files
clientflow_backend/RELEASE_NOTES_v4928_1_5_13.md

15 lines
678 B
Markdown

# 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.