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
    • aydreeihn's avatar
      Search All Tickets Setting · f50ef72f
      aydreeihn authored
      If an Agent has the Miscellaneous setting checked to see all Tickets in search results, they should be able to see the list of Tickets regardless of their access or if the search is saved or not. They should NOT, however, be able to view those Tickets.
      f50ef72f
    • aydreeihn's avatar
      Advanced Search: TicketStatus / Status Name · cf528fb6
      aydreeihn authored
      This commit adds 'TicketStatus / Status Name' to the main search criteria list for advanced searching.
      cf528fb6
  3. Aug 04, 2018
    • 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
  4. Aug 02, 2018
    • JediKev's avatar
      issue: Saved Searches Flags · 97203c32
      JediKev authored
      This addresses an issue where class Queue sets SavedSearches flags to
      `FLAG_QUEUE` causing the SavedSearches to become Primary Queues.
      97203c32
  5. Jul 31, 2018
    • Peter Rotich's avatar
      SavedSearch Fixup · eadccc2a
      Peter Rotich authored
      This commit addresses an issue where saved searches were not being ported to
      SavedQueues on 1.10.x upgrade to 1.11.x
      eadccc2a
  6. Jun 28, 2018
  7. Jun 19, 2018
  8. May 09, 2018
  9. May 03, 2018
    • aydreeihn's avatar
      Quick Fixes: · cf8f7578
      aydreeihn authored
      - On ticket edit, only display inactive help topic warning if the ticket has a help topic
      - Inline edit file save fix
      - Remove future search/filter criteria for datetime fields that can't be in the future
      - Fix calculations for 'next 7 days' and 'next 30 days'. They were selecting dates between now and n days AGO instead of between now and n days in the future
      cf8f7578
  10. May 02, 2018
  11. Apr 09, 2018
    • Peter Rotich's avatar
      CustomQueues: Make Public Queues Configurable · b3e40f31
      Peter Rotich authored
      This commits adds ability for agents to configure public queues.
      
      * Customize Columns
      * Set default sort & quick filter
      * Add supplemental filters (criteria)
      
      To support above features this commit also addresses confusing Advanced
      Search UI to make it intuitive when dealing with a Saved Queue vs. Saved
      Search vs. Adhoc Search
      b3e40f31
  12. Mar 24, 2018
    • Peter Rotich's avatar
      Tickets Visibility Constraints · 5f41b77d
      Peter Rotich authored
      Only ignore visibility constraints on private "searches" when staff is allowed to search the backend.
      Access control is strictly imposed on ALL queues including inherited private sub-queues.
      5f41b77d
  13. Mar 22, 2018
    • Peter Rotich's avatar
      Saved Searches : Save old records · b089b7af
      Peter Rotich authored
      Commit 5be0de0d introduced the idea of moving-up old saved searches to make
      room for Custom Queues but failed to account for cases where the system
      has more than 30 saved searches.
      
      This commit addresses the issue by just re-inserting the old records after
      queues are imported. It also adds validates & reformat the search criteria
      to make the expected format.
      b089b7af
  14. Mar 20, 2018
  15. Mar 19, 2018
    • Peter Rotich's avatar
      Custom Queues and Columns · eaf6f78f
      Peter Rotich authored
      * Make saving advanced ticket search intuitive
      * Make save separate operation from search (primary)
      * Show inherited criteria on parent queue change
      eaf6f78f
  16. Mar 18, 2018
  17. Mar 06, 2018
  18. Feb 26, 2018
  19. Oct 30, 2017
Loading