Action+Draft should be saved in move action instead of simply pulling moving the saved action to another page (discarding any edits)
See merge request theappsmith/internal-tools-server!188
UpdateLayout timing out : If the json path key contains the action itself, then it should be removed from the dependents of the action
See merge request theappsmith/internal-tools-server!187
P1 issues
- Add invite users button to users page
- Stop breadcrumb from collapsing
- Org name is not editable
- debounce save pages
See merge request theappsmith/internal-tools-client!274
Adding soft delete for application domain object and custom repository functions
This change adds custom implementations of the following for Mongo DB
1. Factory Bean - The bean which instantiates the factory
2. Factory - The factory class that instantiates the custom query lookup strategy class
3. QueryLookupStrategy - The class that adds default filtering for delete=true records from the DB.
At this moment, this change will only work for custom repository functions. Default repository functions exposed by JPA still don't acknowledge the custom query lookup strategy. Refer to: https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#repositories.custom-implementations for details on how to do this.
See merge request theappsmith/internal-tools-server!186
At the moment, reactive Spring does not support AuditorAware implementation which also inserts the username of the user making the changes. Reference: https://jira.spring.io/browse/DATACMNS-1231.
This is to ensure that when we deploy in production, we can add redirect rules on Nginx. Now /api and /oauth2 urls will proxy to the API server while all other URLs will proxy to the frontend server.
Page Redirection. Sidenav Styles.
- Fix page redirection, so that the application loads the default page on editor and viewer.
- Fix sidenav icons to use the letter icon as in designs.
- Fix editableText input component.
See merge request theappsmith/internal-tools-client!265
Various P0 fixes
- Show context menu sub menu on click
- Update autocomplete options on update of dynamic values
- Retry link to remove widget from an error state
- Error boundary for widgets in view mode
- Add default selected option for dropdown, default text for input
- Remove "-" from api name creations
- z-index fixes that was causing animation performance of the pane
- Remove bindings in action when moved or copied
- fix focus issue in dynamic autocomplete input
- Handle datasource creation fail error
See merge request theappsmith/internal-tools-client!262