Talk:QuickTicket/@comment-212.38.25.31-20140530115051: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Hello, I am using RT 4.2.3. and the dashboard is stuck in a kind of loop while reloading the page. I copied everything mentioned. The only things i changed were var defaultQ...") |
m (1 revision imported) |
(No difference)
|
Latest revision as of 15:52, 6 April 2016
Hello,
I am using RT 4.2.3. and the dashboard is stuck in a kind of loop while reloading the page. I copied everything mentioned. The only things i changed were
var defaultQueue = ;
to
var defaultQueue = "";
and the changes within the jQuery part
jQuery('#quick-ticket').find
to
jQuery('.quick-ticket').find
Has someone any suggestions about this issue? I am totaly stuck in that and i need to modify this portlet asap.
Thanks in advance.