Skip to content
Snippets Groups Projects
  1. Mar 24, 2015
  2. Mar 18, 2015
  3. Mar 17, 2015
    • Jared Hancock's avatar
      search: Fix search on create date · 4d26f29f
      Jared Hancock authored
      This addresses the issue where the advanced search dialog was submitted
      before the date picker inputs were fixed up. This problem arises out of a
      difference between the agent's date formatting preference and the server
      being able to process that date format. The date pickers are reformated to
      yyyy-mm-dd before submission; however, for advanced search, the submission
      happened before the inputs were fixed up.
      
      This patch addresses the issue by manually fixing up the date in the
      submission routine for the advanced search dialog.
      4d26f29f
  4. Dec 16, 2014
    • Jared Hancock's avatar
      lock: Set ticket lock on ticket-view · 1ab0f541
      Jared Hancock authored
      Since the automatic lock was being acquired but not passed to the autoLock
      system, the automatically acquired lock was not being release on away
      navigation.
      
      This patch addresses the issue by passing the automatically acquired lock id
      to the autoLock system on ticket-view page load and change the ::Init()
      method so that the lock id is not cleared with the ::Init() method is called
      by the page load.
      1ab0f541
  5. Oct 03, 2014
  6. Oct 02, 2014
  7. Sep 30, 2014
    • Matt Kirman's avatar
      Dashboard statistics should use 'period' as the date limiter · c1abffd7
      Matt Kirman authored
      The statistics module on the dashboard was using the incorrect query parameter
      'stop'. This meant that the module was loading all tickets from the report start
      date to the present day. This commit fixes this by using the 'period' parameter
      instead.
      c1abffd7
  8. Sep 19, 2014
  9. Sep 08, 2014
  10. Aug 30, 2014
  11. Aug 29, 2014
  12. Aug 28, 2014
  13. Aug 27, 2014
  14. Aug 22, 2014
  15. Aug 14, 2014
  16. Jul 29, 2014
  17. Jul 25, 2014
  18. Jul 03, 2014
  19. Jun 18, 2014
    • Jared Hancock's avatar
      Fix dialog boxes on backward pjax navigation · bf597ae6
      Jared Hancock authored
      pjax:complete is only called after an AJAX page load. If a user navigates
      forward or backward and the page loads from local cache, then pjax:complete
      is not fired. pjax:end, however, is always fired.
      bf597ae6
  20. Jun 10, 2014
  21. Jun 02, 2014
  22. May 30, 2014
  23. May 23, 2014
  24. May 22, 2014
Loading