Display basic information about a group when access to it is forbidden.

This commit is contained in:
Pierre HUBERT
2018-07-05 07:43:03 +02:00
parent dfce597139
commit 7db41a9183
5 changed files with 126 additions and 1 deletions

View File

@@ -1226,6 +1226,13 @@ var ComunicWeb = {
//TODO : implement
},
/**
* Access to group forbidden page
*/
forbidden: {
//TODO : implemement
},
},
/**