Skip to content
Snippets Groups Projects
  1. 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
  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
    • 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
    • JediKev's avatar
      issue: Select2 Placeholder Bug · f174acba
      JediKev authored
      This addresses an issue where Select2 Placeholders are being cutoff due to a
      bug in Select2.
      f174acba
    • aydreeihn's avatar
      Merge pull request #4400 from aydreeihn/feature/require-ht-close · e1c7a8c9
      aydreeihn authored
      Setting - Require Help Topic to Close:
    • aydreeihn's avatar
      Setting - Require Help Topic to Close: · cd3088c3
      aydreeihn authored
      This commit adds an Admin setting that requires a Ticket to have a Help Topic before it can be closed. It can be set by going to:
      
      Admin Panel | Settings | Tickets | Require Help Topic to Close
      
      If enabled, Tickets will have a warning banner across the bottom of the page, a warning banner when trying to change the Ticket status to Closed, and a warning flag beside the field when editing the Ticket.
      
      By default, this setting is NOT enabled.
      cd3088c3
    • JediKev's avatar
      issue: IE Select2 Target · 378a0d7f
      JediKev authored
      This addresses an issue where Microsoft IE 11 apparently does not like
      `event.target` syntax in javascript and breaks the Canned Response Select2.
      378a0d7f
    • 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
Loading