Skip to content
Snippets Groups Projects
  1. Aug 17, 2018
    • JediKev's avatar
      queues: Row Conditions · c6cd84f0
      JediKev authored
      This addresses an issue where row conditions are working in the preview but
      not in the actual ticket queue. This updates the `getQueue()` function to
      lookup the CustomQueue by `queue_id` if there is no CustomQueue object found
      in the QueueColumn.
      c6cd84f0
  2. Aug 08, 2018
  3. Aug 07, 2018
  4. Aug 06, 2018
  5. Aug 05, 2018
  6. 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
  7. Aug 03, 2018
Loading