File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed
Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ module.exports = {
4444 }
4545 ] ,
4646 "configPath" : "/home/cocreate/CoCreate/CoCreate-website/CoCreate.config.js" ,
47- "filePath" : "/home/cocreate/CoCreate/CoCreate-website/src/dist /CoCreate.config.js" ,
47+ "filePath" : "/home/cocreate/CoCreate/CoCreate-website/src/account/organization /CoCreate.config.js" ,
4848 "hideMessage" : false
4949} ;
Original file line number Diff line number Diff line change 200200 hover-value ="display:inline-flex!important ">
201201 < div class ="display:none options ">
202202 < a
203- actions ="updateStorage ">
203+ actions ="action($document #createOrganization) ">
204204 < i src ="../assets/svg/trash.svg "> </ i >
205205 </ a >
206206 < a
274274 < input id ="deleteStorageKey " type ="hidden " key ="" />
275275 < a id ="deleteStorage " actions ="save "> </ a >
276276 </ form >
277- < form >
278- <!-- <input type="text" array="organizations" state_id="accountOrg" object key="_id">
279- <input type="text" array="users" object="$user_id" key="_id"> -->
280- <!-- <input type="text" array="users" object="$user_id" key="lastname">
281- <input type="email" array="users" object="$user_id" key="email">
282- <input type="password" array="users" object="$user_id" key="password"> -->
283- <!-- <button actions="createOrganization">Create</button> -->
284- </ form >
285- < form >
286- < input type ="text " array ="organizations " object key ="_id " state_id ="accountOrg ">
287- < input type ="text " array ="users " object ="$user_id " key ="_id ">
288- < button actions ="createOrganization "> Create with</ button >
289- </ form >
277+
278+ < form hidden >
279+ < input type ="text " array ="organizations " object key ="_id " state_id ="accountOrg ">
280+ < input type ="text " array ="users " object ="$user_id " key ="_id ">
281+ < a id ="createOrganization " actions ="createOrganization "> </ a >
282+ </ form >
290283
291284</ section >
You can’t perform that action at this time.
0 commit comments