* Refactor Page order API - Instead of the order filed use the Order persistency in Array offered by Mongo * Add migration script to remove the order filed from the Application Pages * Change unit tests as per the new implementation * Fix indentation issues * Compute pages based on the view mode * Removed order field in response and changed the page order API response to List of pages instead of the application object * Remove the Order filed from the Response class * Use the $push instead of $addToSet to maintain order of pages in array |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| 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 the Setup Guide