arrow_back
Back to Tickets
Edit Trouble Ticket
Update the ticket information below
Date Initiated
*
Status
*
Open
Pending
Completed
Terminated
Creator
*
marcus
Priority
*
1
Urgent
Select urgency...
Urgent
Not Urgent
Important
Select importance...
Important
Not Important
Project Name
*
zfrika
Problem
*
user name of the person replying to post, use the username not intermalmessage. until you completely setup internal messaging successfully.
Question
Root Cause
Notes
Strategy
Helpful People
Helpful Links
Diagram
Previous Steps
Next Steps
the only change you need to make is on line 337 in the messages.js routes. 315 router.post(BASE_URL + '/replytopost', async (req, res) => { 316 console.log(`data SUBMITTED in message :`, req.body); 332 // Build payloads using the cleanContent 333 const payload_received = { 334 ...rest, 335 content: cleanContent, 336 type: "received", 337 //from: senderexistingUser.internalmessage, 338 from: senderexistingUser.username,
Solution
Insight
Date Resolved
save
Update Ticket
Cancel