O openConversation passava `conversationId` (camelCase) como param do $router.push, mas a rota `inbox_conversation` declara `:conversation_id` (snake_case). Vue Router ignorava o param e route.params.conversation_id ficava undefined → tela "selecione uma conversa no painel". Fix: passar `conversation_id` snake_case (mesmo padrão dos demais callsites: SLAReportItem, captain/responses/Pending). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| specs | ||
| AddAccountModal.vue | ||
| AggressiveConversationBanner.vue | ||
| PaymentPendingBanner.vue | ||
| PendingEmailVerificationBanner.vue | ||
| UpdateBanner.vue | ||
| versionCheckHelper.js | ||