- Delete Event with ask confirmation
- Fix dateStart only 1 view if is the same day - Sending a message from the Event Page: to a user or to a "Event" - Add button "Ask Info" - Starting view msg into the messagepopup component
This commit is contained in:
@@ -59,8 +59,8 @@ module.exports = {
|
||||
console.error(args)
|
||||
},
|
||||
|
||||
allfieldSendmsg: function () {
|
||||
return ['userId', 'date', 'usernameDest', 'msg', 'originPage']
|
||||
allfieldSendMsg: function () {
|
||||
return ['userId', 'dest', 'message', 'datemsg', 'read', 'deleted', 'origin', 'idapp']
|
||||
},
|
||||
|
||||
allfieldTodo: function () {
|
||||
|
||||
Reference in New Issue
Block a user