1. The `blockNavigation` parameter in request body isn't being used, so removing it. 2. We're sending the page `id` in both the URL path as well as the request body. This is confusing, and may lead to a security regression in the future. Removing it from the body. All tag Cypress tests pass on EE, with no extra changes over the diff here. Ref: https://github.com/appsmithorg/appsmith-ee/pull/3698 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced page creation process with streamlined parameters and validation constraints. - **Refactor** - Simplified navigation and page creation logic in the application. - Updated method parameters and logging to improve clarity and maintainability. - **Bug Fixes** - Fixed the issue where unnecessary data was included in page update requests. <!-- end of auto-generated comment: release notes by coderabbit.ai --> |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.