trypost/app/Http/Requests/App/Workspace
Paulo Castellano 2f047f2f7e Fix workspace name-only update rejected by required brand fields
The Workspace and Brand settings tabs both submit to the same
updateSettings endpoint, but the Workspace tab sends only the name.
UpdateWorkspaceRequest marked brand_font and image_style as required,
so the name-only request failed validation silently (the form only
renders the name error). Mark both brand fields as sometimes|required
so a name-only update succeeds while the Brand tab still validates them.

Closes #74
2026-06-02 08:45:11 -03:00
..
StoreWorkspaceRequest.php feat: AI image generation pipeline and post creation overhaul 2026-05-08 13:38:30 -03:00
UpdateWorkspaceRequest.php Fix workspace name-only update rejected by required brand fields 2026-06-02 08:45:11 -03:00