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 |
||
|---|---|---|
| .. | ||
| StoreWorkspaceRequest.php | ||
| UpdateWorkspaceRequest.php | ||