Pannello Utente
Aggiornamento Yarn - Notifiche (1)
This commit is contained in:
@@ -569,6 +569,20 @@ module.exports = {
|
||||
'options'];
|
||||
},
|
||||
|
||||
allfieldSendNotif: function() {
|
||||
return [
|
||||
'type',
|
||||
'userId',
|
||||
'sender',
|
||||
'dest',
|
||||
'descr',
|
||||
'datenotif',
|
||||
'read',
|
||||
'deleted',
|
||||
'idapp',
|
||||
'status'];
|
||||
},
|
||||
|
||||
allfieldTodo: function() {
|
||||
return [
|
||||
'userId',
|
||||
@@ -2912,4 +2926,12 @@ module.exports = {
|
||||
});
|
||||
},
|
||||
|
||||
removeAtChar(mystr) {
|
||||
if (mystr && mystr[0] === '@'){
|
||||
return mystr = mystr.substring(1);
|
||||
}
|
||||
|
||||
return mystr;
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user