- ++Booking List
- ++Delete a Booking also for the Admin.
This commit is contained in:
@@ -56,6 +56,10 @@ module.exports = {
|
||||
console.error(args)
|
||||
},
|
||||
|
||||
allfieldSendmsg: function () {
|
||||
return ['userId', 'date', 'usernameDest', 'msg', 'originPage']
|
||||
},
|
||||
|
||||
allfieldTodo: function () {
|
||||
return ['userId', 'pos', 'category', 'descr', 'priority', 'statustodo', 'created_at', 'modify_at',
|
||||
'completed_at', 'expiring_at', 'enableExpiring', 'id_prev', 'progress', 'modified', 'phase', 'assigned_to_userId', 'hoursplanned', 'hoursworked', 'start_date', 'themecolor', 'themebgcolor']
|
||||
|
||||
@@ -18,6 +18,9 @@ module.exports = Object.freeze({
|
||||
RIS_SUBSCRIBED_ERR: -1,
|
||||
RIS_SUBSCRIBED_STR: 'subscribed',
|
||||
|
||||
MenuAction: {
|
||||
DELETE: 100,
|
||||
},
|
||||
|
||||
RIS_SUBSCRIBED_MSG: {
|
||||
enUs: 'Subscription to the Newsletter Confirmed!',
|
||||
|
||||
Reference in New Issue
Block a user