Version 1.0.1 with RIS Circuit Money Exchange !
This commit is contained in:
@@ -129,6 +129,7 @@ module.exports = {
|
||||
|
||||
TABLES_USER_INCLUDE_MY: ['mygroups', 'circuits'],
|
||||
TABLES_GETCOMPLETEREC: ['myskills', 'mybachecas', 'myhosps', 'mygoods'],
|
||||
//++Todo: per abilitare gli utenti ad inserire un Circuito aggiungere 'circuits' alla lista TABLES_PERM_NEWREC
|
||||
TABLES_PERM_NEWREC: ['skills', 'goods', 'subskills', 'mygroups', 'myhosps'],
|
||||
TABLES_REC_ID: ['skills', 'goods', 'subskills'],
|
||||
|
||||
@@ -461,4 +462,27 @@ module.exports = {
|
||||
'qualified'];
|
||||
},
|
||||
|
||||
DEFAULT_NOTIFS_USER: [
|
||||
{
|
||||
"dir": 1,
|
||||
"value": 24
|
||||
},
|
||||
{
|
||||
"dir": 2,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"dir": 3,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"dir": 4,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"dir": 5,
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user