@cocreate/industry
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -0,1 +1,8 @@ | ||
## [1.0.25](https://github.com/CoCreate-app/CoCreate-industry/compare/v1.0.24...v1.0.25) (2021-07-23) | ||
### Bug Fixes | ||
* creates new industry in org defined in config ([f22cce8](https://github.com/CoCreate-app/CoCreate-industry/commit/f22cce8ee314c237dd40ec714fe43517ec7853f7)) | ||
## [1.0.24](https://github.com/CoCreate-app/CoCreate-industry/compare/v1.0.23...v1.0.24) (2021-07-22) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/industry", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "An Exhaustive business app template based on vanilla javascript similar to a website template featuring websites, specialty crm, email templates for creating complex business workspace/shell. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -52,6 +52,6 @@ import crud from '@cocreate/crud-client'; | ||
// return; | ||
crud.socket.send('createIndustryNew', { | ||
crud.socket.send('createIndustry', { | ||
apiKey: config.apiKey, | ||
organization_id: config.organization_Id, | ||
db: this.masterDB, | ||
db: config.organization_Id, | ||
collection: 'industries', | ||
@@ -78,3 +78,3 @@ data: data | ||
new_organization_id: newOrgId, | ||
db: this.masterDB | ||
db: config.organization_Id | ||
}) | ||
@@ -81,0 +81,0 @@ } |
Sorry, the diff of this file is not supported yet
40407