Skip to content
Snippets Groups Projects
  1. Aug 08, 2018
  2. Aug 07, 2018
  3. Aug 06, 2018
  4. Aug 05, 2018
  5. Aug 04, 2018
    • Peter Rotich's avatar
      Merge pull request #4342 from greezybacon/feature/custom-queues-rc2 · 6fb941ed
      Peter Rotich authored
      Custom Queues Merged for 1.11
      6fb941ed
    • Jared Hancock's avatar
      queue: Improve queries necessary for rendering · 59d645a7
      Jared Hancock authored
      This removes a significant number of queries used to render the drop-down
      menu for the queues.
      
      Each queue displayed on the page previously required a database query to
      determine its children. This patch changes the strategy to fetch all the
      queues and organize them as a tree. The tree can then be walked as the menu
      is rendered and does not require any further queries.
      
      On my test system, it reduces the number of queries for the ticket listing
      page from 56 to 46.
      59d645a7
    • Jared Hancock's avatar
      queue: Fix several issues · c12fb23c
      Jared Hancock authored
      This might happen if the close date was added to a queue and filtered
      through a date/time filter.
      
      Also fix warning emit when editing queue configuration
      
      Also fix a few crashes if there is a naming mismatch on the field named in
      search criteria and the current name of the field. And fix a regression
      where the queue criteria would not be properly updated when saved.
      
      If a queue inherits columns from a parent, the conditions would also be
      inherited. This fix changes the association by linking the inherited
      column to the child queue at run-time. This allows the queue column to
      fetch the queue conditions from the child queue which inherited the
      columns.
      
      Check 'inherit columns' checkbox when cloning a queue
      
      Fix doubled saved search listing
      c12fb23c
  6. Aug 03, 2018
  7. Aug 02, 2018
    • aydreeihn's avatar
      Help Topic Required Error Message: · 9ef8f789
      aydreeihn authored
      This commit addresses an issue where the validation error for trying to save a Ticket without a Help Topic was not being shown as a result of the error message that was added to ensure that the Help Topic selected is Active.
      9ef8f789
Loading