fix(style-editor): Now the style editor form is showed in UVE#35497
Conversation
…PI and utils tests - Updated tests in and to use instead of for logging warnings. - Adjusted the implementation in and to directly call for logging messages related to missing page queries and schema fetch failures. - Removed unnecessary imports of from the test files to streamline the codebase. This change enhances consistency in logging practices across the codebase.
|
Claude finished @KevinDavilaDotCMS's task in 2m 48s —— View job Code Review
Issues Found🔴 Critical — SSR guard removed (
|
| if (error instanceof DotHttpError && (error.status === 401 || error.status === 403)) { | ||
| consola.warn( | ||
| `[DotCMS PageClient]: Style editor schemas request failed with ${error.status} — ` + | ||
| 'make sure your DotCMS client is configured with a valid authToken that has READ access to the page.' | ||
| ); |
2026-04-28.17-35-27.mov
This change enhances consistency in logging practices across the codebase.
This PR fixes: #35270