trypost/app/Http/Requests/App/Automations
Paulo Castellano 31de750c71 fix(automations): persist the Generate node content style
The Generate node data rules had no rule for 'style', so validated()
dropped it on save — the run always fell back to the default image_card.
Add a Rule::in(ContentStyle) rule so the selected style is persisted and
unknown values are rejected.
2026-06-18 11:50:10 -03:00
..
ActivateAutomationRequest.php feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00
InspectFeedRequest.php feat(automations): multi-format RSS/Atom feeds with dynamic variables 2026-06-16 10:56:08 -03:00
PauseAutomationRequest.php feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00
RetryRunRequest.php feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00
StoreAutomationRequest.php Move automation reads and delete into actions 2026-06-10 18:10:13 -03:00
TestAutomationRequest.php feat(automations): implement automation features and UI enhancements 2026-05-24 09:17:19 -03:00
UpdateAutomationRequest.php fix(automations): persist the Generate node content style 2026-06-18 11:50:10 -03:00