diff --git a/CHANGES.md b/CHANGES.md index c1a3003761..6e6f512da7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,5 @@ # 7.1.4 2024-??-?? + - 2024-12-10 Fixed "From" and "To" not being expandable for an article in ticket zoom. Thanks to Oliver Freyermuth (@olifre) for reporting. [#605](https://github.com/znuny/Znuny/issues/605) -2024-12-06 Fixed data evaluation in ICS calendar event. - 2024-12-02 Added Filter for Admin->Export DynamicFields. - 2024-11-28 Fixed Server Error, when Frontend::Template::GenerateBlockHooks###NAME has no valid data structure. diff --git a/var/httpd/htdocs/js/Core.Agent.TicketZoom.js b/var/httpd/htdocs/js/Core.Agent.TicketZoom.js index eefe701540..321b953094 100644 --- a/var/httpd/htdocs/js/Core.Agent.TicketZoom.js +++ b/var/httpd/htdocs/js/Core.Agent.TicketZoom.js @@ -212,7 +212,7 @@ Core.Agent.TicketZoom = (function (TargetNS) { // add switchable toggle for new article $('label.Switchable').off('click.Switch').on('click.Switch', function() { - $(this).next('p.Value').find('.Switch').toggleClass('Hidden'); + $(this).next('div').find('.Switch').toggleClass('Hidden'); }); //Remove Loading class