commit
25c74761f7
@ -110,6 +110,7 @@ if (!defined('JS_JQUERY_DISABLE_DROPDOWN')) {
|
|||||||
console.log("toggle dropdown dt a");
|
console.log("toggle dropdown dt a");
|
||||||
|
|
||||||
//$(this).parent().parent().find(\'dd ul\').slideToggle(\'fast\');
|
//$(this).parent().parent().find(\'dd ul\').slideToggle(\'fast\');
|
||||||
|
$(".ulselectedfields").removeClass("open");
|
||||||
$(this).parent().parent().find(\'dd ul\').toggleClass("open");
|
$(this).parent().parent().find(\'dd ul\').toggleClass("open");
|
||||||
|
|
||||||
if ($(this).parent().parent().find(\'dd ul\').hasClass("open")) {
|
if ($(this).parent().parent().find(\'dd ul\').hasClass("open")) {
|
||||||
|
|||||||
@ -27,6 +27,7 @@ Permission56003=Delete tickets
|
|||||||
Permission56004=Manage tickets
|
Permission56004=Manage tickets
|
||||||
Permission56005=See tickets of all third parties (not effective for external users, always be limited to the third party they depend on)
|
Permission56005=See tickets of all third parties (not effective for external users, always be limited to the third party they depend on)
|
||||||
|
|
||||||
|
Tickets=Tickets
|
||||||
TicketDictType=Ticket - Types
|
TicketDictType=Ticket - Types
|
||||||
TicketDictCategory=Ticket - Groupes
|
TicketDictCategory=Ticket - Groupes
|
||||||
TicketDictSeverity=Ticket - Severities
|
TicketDictSeverity=Ticket - Severities
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user