Forum

Fehlermeldung in Ti...
 
Notifications
Clear all

Fehlermeldung in Ticketübersicht

1 Posts
2 Users
0 Reactions
25 Views
Posts: 1
Topic starter
(@die-itler)
Member
Joined: 6 years ago

Hallo Forum!

Ich habe immer folgende Fehlermeldung in der Ticketübersicht:

"" ); $( "table.list.queue.tickets a.preview" ).wrap( " <br />
" ); $( "td.osta_priority.osta_priority_low" ).closest( "tr" ).addClass( "priority-low"); $( "td.osta_priority.osta_priority_normal" ).closest( "tr" ).addClass( "priority-normal"); $( "td.osta_priority.osta_priority_high" ).closest( "tr" ).addClass( "priority-high"); $( "td.osta_priority.osta_priority_emergency" ).closest( "tr" ).addClass( "priority-emerency"); jQuery( ".truncate a" ).each(function(i, value) { var $link = jQuery(value); var text = $link.text(); if(text.length > 55) { $link.text(text.substring(0, 55) + "..."); } }); function myFunction(x) { if (x.matches) { // If media query matches $( "tbody tr" ).wrapInner( "" ); $( ".overdueTicket" ).closest( "tr" ).addClass( "overdue" ); $( ".overdue td.osta_ticket" ).append( " <br />
" ); $( ".paperclip" ).closest( "tr" ).addClass( "paperclip-icon" ); $( ".paperclip-icon td.osta_ticket" ).append( " <br />
" ); $( "tr" ).each(function() { var $test = $(this), $href = $test.find( ".pull-right"), $target = $test.find( "td.osta_ticket" ); $href.appendTo($target); }); $( "tr" ).each(function() { var $test = $(this), $href = $test.find( ".pull-right"), $target = $test.find( "td.osta_number" ); $href.appendTo($target); }); } else { $( "tbody tr > .wrapper" ).contents().unwrap(); $( ".overdueTicket" ).closest( "tr" ).removeClass( "overdue" ); $( "td.osta_ticket .overdue-ticket" ).remove(); $( "td.osta_ticket .pull-right" ).remove(); $( ".paperclip" ).closest( "tr" ).removeClass( "paperclip-icon" ); } } var x = window.matchMedia( "(max-width: 760px)" ) myFunction(x) // Call listener function at run time x.addListener(myFunction) // Attach listener function on state changes "

 

Kanns ich da einer einen Reim drauf machen?


Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

Hi die-ITler,

You are using the attachments_preview plugin ( https://github.com/clonemeagain/attachment_preview).

There is a known incompatibility with that plugin.

You can either disable it or use the workaround that another user came up and shared in the forum.


Hallo die-ITler,

Bitte entschuldigen Sie die verspätete Antwort.

Sie verwenden das Plugin attachments_preview ( https://github.com/clonemeagain/attachment_preview).

Es ist eine Inkompatibilität mit diesem Plugin bekannt.

Sie können es entweder deaktivieren oder die Problemumgehung verwenden, die ein anderer Benutzer im Forum aufgerufen und freigegeben hat.


Reply
Share: