Created groups members table.

This commit is contained in:
Pierre HUBERT
2018-07-07 15:27:27 +02:00
parent 0be49b0d35
commit e805dda4fb
8 changed files with 272 additions and 2 deletions

View File

@ -1007,6 +1007,12 @@ var ComunicWeb = {
//TODO : implement
},
/**
* Groups utilities
*/
utils: {
//TODO : implement
},
},
},
@ -1226,6 +1232,13 @@ var ComunicWeb = {
//TODO : implement
},
/**
* Group members page
*/
members: {
//TODO : implement
},
/**
* Access to group forbidden page
*/