freescout2ant/Providers
Claude 4b360a3f80
fix: Resolve email suggestions not appearing on archive modal open
- Use $conversation->customer_email (reliable) instead of
  $conversation->customer->getMainEmail() (may fail if relation not loaded)
- Initialize Awesomplete once (not on every modal open) to prevent
  duplicate instances and event listener accumulation
- Add custom filter that shows all results when input is empty
- Use shown.bs.modal event to display suggestions after modal is visible
- Cache AJAX results during modal transition, display when ready
- Focus input before evaluate() so Awesomplete dropdown renders correctly

https://claude.ai/code/session_01MahaxvQRjJ9bffCy4kaVNQ
2026-04-12 17:47:54 +00:00
..
.gitkeep new code 2023-09-16 16:00:05 +05:30
AmeiseModuleServiceProvider.php fix: Resolve email suggestions not appearing on archive modal open 2026-04-12 17:47:54 +00:00