Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Fixed: Ticket Zoom JS breaks on French language (bug#11214).
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosfrodriguez committed Apr 1, 2015
1 parent 606310b commit df96ad5
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 @@
#4.0.8 2015-??-??
- 2015-04-01 Fixed bug#[11214](http://bugs.otrs.org/show_bug.cgi?id=11214) - Ticket Zoom JS breaks on French language.
- 2015-03-31 Fixed bug#[11211](http://bugs.otrs.org/show_bug.cgi?id=11211) - REST WADL file does not pass validation tests.
- 2015-03-30 Fixed bug#[11207](http://bugs.otrs.org/show_bug.cgi?id=11207) - Wrong column encoding in Kernel::System::Notification::NotificationGet().
- 2015-03-30 Fixed bug#[9449](http://bugs.otrs.org/show_bug.cgi?id=9449) - Generic Agent ticket actions can't be unselect.
Expand Down
2 changes: 1 addition & 1 deletion Kernel/Output/HTML/Standard/AgentTicketZoom.tt
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ if ($('#Article_[% Data.ArticleID %]').length) {
Core.Agent.TicketZoom.Init({ ArticleTableHeight: parseInt('[% Env("UserTicketZoomArticleTableHeight") %]', 10)});
Core.Config.Set('Ticket::Frontend::HTMLArticleHeightDefault', parseInt("[% Config("Ticket::Frontend::HTMLArticleHeightDefault") %]" || 0, 10));
Core.Config.Set('Ticket::Frontend::HTMLArticleHeightMax', parseInt("[% Config("Ticket::Frontend::HTMLArticleHeightMax") %]" || 0, 10));
Core.Config.Set('Language.AttachmentViewMessage', '[% Translate('Article could not be opened! Perhaps it is on another article page?') %]');
Core.Config.Set('Language.AttachmentViewMessage', [% Translate('Article could not be opened! Perhaps it is on another article page?') | JSON %]);

$('a.CreateChatRequest').bind('click', function() {
var UserID = $(this).data('user-id'),
Expand Down

0 comments on commit df96ad5

Please sign in to comment.