Added Role view to Network
This commit is contained in:
@@ -22,6 +22,9 @@ define("LOGFILENAME",BASEDIR."/var/log/".MFAPPNAME.".log");
|
||||
* Application-specific settings
|
||||
*/
|
||||
|
||||
define("TT_ROLES", ['systemowner','netowner','salespartner','pipeworker','lineworker','pipeplanner','lineplanner','netoperator','support','billing','employee','customer','supplier','contact']);
|
||||
define("TT_NETWORK_ROLES", ['netowner','salespartner','pipeworker','lineworker','pipeplanner','lineplanner','netoperator']);
|
||||
|
||||
|
||||
// Upload settings
|
||||
define('MFUPLOAD_FILE_SAVE_PATH',BASEDIR.'/files'); // folder where files will be stored
|
||||
@@ -35,7 +38,6 @@ define('MFLOCALE_TIME', "de_AT.UTF-8");
|
||||
define('MFLOCALE_MONETARY', "de_AT.UTF-8");
|
||||
define('MFLOCALE_NUMERIC', "de_AT.UTF-8");
|
||||
|
||||
|
||||
/*
|
||||
* Maintainer / developer settings
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user