Can send request to delete user accounts

This commit is contained in:
Pierre
2018-05-09 14:57:46 +02:00
parent e55614b4c8
commit d6413887c2
7 changed files with 183 additions and 6 deletions

View File

@ -598,6 +598,13 @@ var ComunicWeb = {
//TODO : implement
},
/**
* Settings helper
*/
helper: {
//TODO : implement
},
},
/**

View File

@ -62,7 +62,7 @@ ComunicWeb.common.messages.createLoadingCallout = function(target){
*
* @param {object} info Information about the callout to create
* @argument {string} type The type of modal
* @param {string} title The title of the modal
* @argument {string} title The title of the modal
* @return {object} Information about the created dialog
*/
ComunicWeb.common.messages.createDialogSkeleton = function(info){