Skip to content
Snippets Groups Projects
  1. Apr 01, 2019
  2. Mar 29, 2019
  3. Mar 28, 2019
    • JediKev's avatar
      oops: Thread Variable Fatal Error · 97a9aa8d
      JediKev authored
      This addresses an issue introduced with 4737 where using `%{ticket.thread}`
      causes a fatal error. This is because `ObjectThread->asVar()` returns an
      object which cannot be converted to a string. This adds a `__tostring()`
      function to class ThreadEntries so it can be converted to a string properly.
      97a9aa8d
  4. Mar 27, 2019
  5. Mar 26, 2019
  6. Mar 22, 2019
    • JediKev's avatar
      issue: Task Print PDF · 8d8afbc0
      JediKev authored
      This addresses an issue where clicking print on a Task throws a fatal error.
      This is due to the Task2PDF function passing a string instead of an array to
      `Mpdf::__construct()`. The `__construct()` of class Mpdf requires an array
      of configurations so we are now passing an array instead of a string.
      8d8afbc0
  7. Mar 21, 2019
    • JediKev's avatar
      issue: Multilingual FAQ Category w/ Parent · 103eed6b
      JediKev authored
      This addresses issue 4810 where having more than one language installed and
      trying to add a new FAQ Category with a Parent Category relation fails to
      add the Parent Category relation. This is due to multiple Select2 fields;
      the POST data includes only the last Select2 field's value instead of the
      one in the tab you're currently on. This adds a script to set all Select2
      fields in all the available languages to the same value so the POST will
      always contain the appropriate Parent ID no matter what language tab you’re
      on.
      103eed6b
    • Peter Rotich's avatar
      Merge pull request #4806 from JediKev/issue/orgs-sort-users · 645a4aff
      Peter Rotich authored
      issue: Organizations Users Sort
      645a4aff
  8. Mar 18, 2019
    • JediKev's avatar
      issue: Organizations Users Sort · 1214c753
      JediKev authored
      This addresses issue 4803 where sorting by Users on Organizations does not
      sort properly. It sorts by name instead of the User count. This corrects the
      value in the `$sortOptions` array from `users` to `user_count`.
      1214c753
    • Hans Chen's avatar
      fix bug · 17c7e1d1
      Hans Chen authored
      not sending new ticket alert to account manager.
      17c7e1d1
  9. Mar 12, 2019
Loading