trypost/app/Http/Resources
Paulo Castellano dec2bc028a fix(linkedin): show connected company page on the accounts and onboarding grids
The unified LinkedIn card grouped connected accounts by looking the platform up in the rendered card list, but linkedin-page is no longer a card — so an org-only connection fell through to its own network key and the card showed 'Connect' for an already-connected page, with no way to disconnect or reconnect. Expose each account's network on SocialAccountResource and group by account.network instead.

Onboarding still built its connect grid from SocialPlatform::enabled() instead of isConnectable(), so it rendered a standalone LinkedIn Page card with a missing logo whose connect button hit the deleted connect/linkedin-page route (404). Filter by isConnectable() to match the accounts page.
2026-06-24 21:23:27 -03:00
..
Api Bring post platform meta (aspect ratio) to parity across API and MCP 2026-06-10 15:36:47 -03:00
App fix(linkedin): show connected company page on the accounts and onboarding grids 2026-06-24 21:23:27 -03:00
AutomationInvocationResource.php Tidy automation backend: run duration, folded migrations, imports 2026-06-13 16:30:32 -03:00
AutomationNodeRunResource.php feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00
AutomationResource.php Enhance automation functionality: Introduce workflow variables and improve node validation 2026-06-11 15:47:29 -03:00
AutomationRunResource.php feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00
AutomationTriggerItemResource.php feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00