Skip to content

Commit

Permalink
Fixed "From" and "To" not being expandable for an article in ticket z…
Browse files Browse the repository at this point in the history
…oom. Thanks to Oliver Freyermuth (@olifre) for reporting. GitHub issue 605.
  • Loading branch information
jepf committed Dec 16, 2024
1 parent bb360ad commit d936907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion var/httpd/htdocs/js/Core.Agent.TicketZoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d936907

Please sign in to comment.