Jump to content

Minor 5.2.12->5.2.13 glitch: support ticket quote bubble (resolution)


mt247

Recommended Posts

I didn't see a thread for this yet so I figured I would report it:

 

On line 154 of the new admintickets.js here is the NEW line:

$.post("supporttickets.php", { action: "getquotedtext", id: id, ids: ids, token: csrfToken },

I had to revert it back to the OLD line in order to get the quote bubble to insert the customers message into my reply:

$.post("supporttickets.php", { action: "getquotedtext", id: id, ids: ids },

 

It was just the addition of the "token: csrfToken" that broke it. I don't know what that does but I hope it's not important. :evil:

 

-Scott

Link to comment
Share on other sites

IGNORE ME!!!!!!

 

So stupid. I uploaded the 'admin' folder without renaming it first, so I hadn't actually updated any of the admin files (like supporttickets.php).

 

I re-uploaded the admin folder correctly, restored the token: code to that line, and the tickets appear to be working fine.

 

Doh.

 

-Scott

 

 

P.S. I'd be happy for an admin to completely delete this thread if it's no trouble.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated