Send a request to the server to create the group

This commit is contained in:
Pierre HUBERT
2018-07-02 08:42:55 +02:00
parent 7ff7bceca3
commit 28cb1e22e7
6 changed files with 197 additions and 25 deletions

View File

@ -993,7 +993,21 @@ var ComunicWeb = {
//TODO : implement
}
}
},
/**
* Groups component
*/
groups: {
/**
* API interface
*/
interface: {
//TODO : implement
},
},
},
@ -1189,7 +1203,14 @@ var ComunicWeb = {
*/
main: {
//TODO : implement
}
},
/**
* Create a group page
*/
create: {
//TODO : implement
},
}
},