mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Send a request to the server to create the group
This commit is contained in:
@ -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
|
||||
},
|
||||
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user