Skip to content

Commit

Permalink
Merge branch '1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeev Papnoi committed Oct 9, 2020
2 parents 2d7626d + e928e05 commit d617540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Repository/TicketRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function getAllTickets(ParameterBag $obj = null, $container, $actAsUser =
$translatorService = $container->get('translator');

foreach ($results as $key => $ticket) {
$ticket[0]['status']['code'] = $translatorService->trans($ticket[0]['status']['code']);
$ticket[0]['status']['description'] = $translatorService->trans($ticket[0]['status']['description']);

$data[] = [
'id' => $ticket[0]['id'],
Expand Down

0 comments on commit d617540

Please sign in to comment.