- Fixed pagination not refreshing the data...

- Start creating single page of an Event
This commit is contained in:
Paolo Arena
2019-11-06 22:29:29 +01:00
parent a54839e128
commit 0d776589f0
6 changed files with 50 additions and 8 deletions

View File

@@ -170,7 +170,7 @@ module.exports = {
surname: user.surname,
emailto: emailto,
participants: '',
msgbooking: recbooking.msgbooking,
msgbooking: tools.convertTexttoHtml(recbooking.msgbooking),
eventtextplain: tools.removeSpecialCharForEmail(recbooking.infoevent),
event: recbooking.infoevent,
};
@@ -241,7 +241,7 @@ module.exports = {
surname: user.surname,
usernameorig: user.name + ' ' + user.surname,
emailto: emailto,
message: recmsg.message,
message: tools.convertTexttoHtml(recmsg.message),
infoevent: recmsg.source.infoevent,
strlinkreply: tools.getHostByIdApp(idapp) + '/messages/' + recmsg._id
};