PromucFlow_constructor/app/server/appsmith-server/src
Shrikant Sharat Kandula 66bf23106d
Fix cloning fails in some cases for organizations (#159)
* Fix cloning fails in some cases for organizations

Cloning currently fails in cases like the following:
- Application with no pages
- Pages with no actions
- Pages with more than one action

* Remove debug naming of cloned datasources

* Add test for organization cloning

* Add more tests for organization cloning

* Fix potential race condition in adding pages to an application

* Move db update call to add page to application, into repository

* Use `getIdCriteria` to query for document's _id
2020-07-28 17:54:06 +05:30
..
main Fix cloning fails in some cases for organizations (#159) 2020-07-28 17:54:06 +05:30
test/java/com/appsmith/server Fix cloning fails in some cases for organizations (#159) 2020-07-28 17:54:06 +05:30