emailReceivedFromThis translation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • The50
    Member
    • Nov 2017
    • 39

    emailReceivedFromThis translation

    Hello, I need the assignee, which got the email, user name . This is the translation, but {assignee} doesn't work like this:



    How could I get the assignee name?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    stream or what?
    try {assignedUser} or {assignedUserName}
    (not sure, because I don't know what you mean)

    Comment

    • The50
      Member
      • Nov 2017
      • 39

      #3
      Originally posted by tanya
      stream or what?
      try {assignedUser} or {assignedUserName}
      (not sure, because I don't know what you mean)

      Yes, this is stream translation. And neither of assignedUser and assignedUserName is not working. It looks like this now: https://pasteboard.co/Hd3Y4rf.png

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        sorry, there is only {user} placeholder and it contains Created By User. No placeholder for assigned user

        Comment

        • The50
          Member
          • Nov 2017
          • 39

          #5
          Originally posted by tanya
          sorry, there is only {user} placeholder and it contains Created By User. No placeholder for assigned user
          Is it possible to override the stream view to add this new value? I think first of all I should get it from the database via PHP controller file? And parse it back into view.

          Comment

          • tanya
            Senior Member
            • Jun 2014
            • 4308

            #6
            read views from client/src/views/stream

            Comment

            Working...