mattgrimley Posted September 24, 2012 Posted September 24, 2012 Hey Nick, I am getting an error when marking a ticket as an FAQ. The error is: "String was not recognised as a valid Boolean" Could i request the option to create a new ticket as an FAQ (just a tickbox on the create ticket page if you are an admin)? Finally, could i request that FAQ's load all of their data into the text box for editing purposes? (It would be nice to be able to tidy up the original ticket information and remove "updates" to keep the FAQ's clean). Cheers very much, Matt
nickbro Posted September 24, 2012 Posted September 24, 2012 Hi @mattgrimley can you do some http://www.edugeek.net/forums/home-access-plus/86059-hap-json-debugging.html to find out what HAP+ is setting to the server when you tick FAQ. Specifically looking for the POST request
mattgrimley Posted October 1, 2012 Author Posted October 1, 2012 Ookay, my best effort with firebug shows no "POST" but rather a "PUT", followed by some "GET"s.. The content of the PUT shows: FAQ = "false" Note = "" PRiority = "undefined" ShowTo = "" State = "Fixed" The response is: {"Date":"01\/10\/12 10:49","DisplayName":"Matt Grimley","FAQ":false,"Id":434,"Priority":"undefined","ShowTo":"","Status":"Fixed","Subject":"example ticket for testing purposes","Username":"mrg","Notes":({"Date":"01\/10\/12 10:49","DisplayName":"Matt Grimley","NoteText":"Room%3a+Blah+room%0d%3cbr+%2f%3e%0d%3cbr+%2f%3eThis+ticket+can+be+ignored.","Username":"mrg"},{"Date":"01\/10\/12 11:49","DisplayName":"Matt Grimley","NoteText":"No+Note+Information+Added","Username":"mrg"})} Hopefully that makes some sence! I will move the two faq requests to the proper requests thread Matt
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now