fix: setDeleted #2947

Merged
carlossa merged 2 commits from hotfix7960-setDeleted into master 2024-09-11 06:51:55 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ module.exports = Self => {
id: id,
url: `${url}ticket/${id}/summary`
});
await models.Chat.send(ctx, `@${salesPersonUser.name}`, message);
await models.Chat.sendCheckingPresence(ctx, salesPersonUser.id, message);
carlossa marked this conversation as resolved Outdated
Outdated
Review

Poner directamente salesPersonUser.id

Poner directamente salesPersonUser.id
}
const updatedTicket = await ticket.updateAttribute('isDeleted', true, myOptions);