Skip to content
Snippets Groups Projects
  1. Feb 05, 2019
  2. Feb 01, 2019
  3. Jan 31, 2019
  4. Jan 30, 2019
    • aydreeihn's avatar
      Changes Made: · b8af306a
      aydreeihn authored
      - Pull latest code from osTicket
      - Fix Filter ORM compatibility issues that resulted from merge
      b8af306a
  5. Jan 26, 2019
  6. Jan 25, 2019
  7. Jan 24, 2019
  8. Jan 23, 2019
  9. Jan 18, 2019
    • JediKev's avatar
      issue: Scrollable Quickfilters · 22c72aed
      JediKev authored
      This addresses an issue where having more than 30+ choices for a Quickfilter
      makes the dropdown run off the page causing some choices to be hidden. This
      makes it to where if you have more than 20+ choices we will make the
      dropdown a fixed height and make it scrollable.
      22c72aed
  10. Jan 17, 2019
    • JediKev's avatar
      issue: Task Response With Collaborators · 70f138b9
      JediKev authored
      This addresses a fatal error when adding a new response to a Task with
      Collaborators. When we implemented the MailingList for Users/Collaborators
      we forgot about the little Task Collaborators (poor little guys). This adds
      a new function called `getRecipients()` to `class Thread` that utilizes
      MailingList instead of UserList. This also adds two new functions to `class
      Util` that retrieves the User’s `user_id`.
      70f138b9
    • JediKev's avatar
      issue: Hide Task Loading Overlay · 786653ef
      JediKev authored
      This addresses an issue where the Loading overlay on Tasks will not
      disappear after the request was submitted. This adds two lines to first hide
      the "Loading" modal and then toggle the overlay.
      786653ef
  11. Jan 15, 2019
Loading