Skip to content
Snippets Groups Projects
  1. Feb 25, 2019
  2. Feb 21, 2019
  3. Feb 17, 2019
  4. Feb 15, 2019
  5. Feb 14, 2019
    • JediKev's avatar
      issue: Upgrader Wrong Guide Link · 61e240c3
      JediKev authored
      This addresses issue 4738 where the Upgrade and Migration Guide link is
      incorrect. This updates the link to the new Documentation site.
      61e240c3
    • JediKev's avatar
      issue: No Save Button On Quicknotes · bff0647f
      JediKev authored
      This addresses issue 4725 where there is no save button when editing a quick
      note. This is due to the jQuery update which changed how a few things work
      with redactor.
      bff0647f
  6. Feb 06, 2019
  7. Feb 05, 2019
  8. Feb 04, 2019
    • JediKev's avatar
      issue: Translation Flags Not Clickable · 937fc5ce
      JediKev authored
      This addresses an issue where the second row of translation flags are not
      clickable when editing a Form with 23+ languages installed. This adds a
      `height` of "auto" so that the entire div fits the flags’ surface area,
      making them clickable again.
      937fc5ce
  9. Jan 31, 2019
  10. Jan 23, 2019
  11. Jan 17, 2019
    • JediKev's avatar
      issue: Hide Task Loading Overlay · 786653ef
      JediKev authored
      This addresses an issue where the Loading overlay on Tasks will not
      disappear after the request was submitted. This adds two lines to first hide
      the "Loading" modal and then toggle the overlay.
      786653ef
  12. Jan 07, 2019
  13. Jan 03, 2019
    • aydreeihn's avatar
      Issue: Tasks Within Tickets · 85f42422
      aydreeihn authored
      This commit addresses issues we had with viewing Task(s) within a Ticket:
      
      1. When viewing the table of all Tasks on a Ticket, the Options dropdown should only allow the Agent to Reopen or Close the Tasks based on the status of the Tasks.
      Ex: If there is only 1 Open Task, you should only see the 'Close' Option
          If there are 2 Closed Tasks, you should only see the 'Reopen' Option
          If there are multiple Tasks in which some are Open and some are Closed, you should see both the 'Reopen' and 'Close' options
      
      2. When viewing an individual Task within a Ticket, the status options were the opposite of what they should have been. Now, if the Task is Open, the Agent will see the option to 'Close' the Task. If the Task is Closded, the Agent will see the option to 'Reopen' the Task.
      85f42422
  14. Jan 02, 2019
    • JediKev's avatar
      issue: Dashboard Export Period · b951032c
      JediKev authored
      This addresses an issue where exporting statistics via the dashboard within
      a certain timeframe (eg. 07/01/2018 -> One Quarter) will always export the
      statistics from the selected date up to today. This is due to the Period
      option always being set to "Up to today" when the Export button is clicked
      which in return exports the stats from the selected start date to today.
      This adds JS to set the period the Agent selects so the Export will return
      the stats from the selected date to the selected period.
      b951032c
  15. Dec 10, 2018
  16. Nov 07, 2018
  17. Nov 06, 2018
    • JediKev's avatar
      oops: Remove DST From User Update · 10e7c422
      JediKev authored
      This addresses an issue where Users updating their profile will throw an SQL
      error in the system logs. This is due to a line of code trying to set a
      value for the `dst` column which no longer exists as of `1.10.0`.
      10e7c422
  18. Oct 24, 2018
  19. Sep 22, 2018
  20. Sep 17, 2018
  21. Sep 14, 2018
  22. Sep 06, 2018
  23. Sep 05, 2018
  24. Aug 29, 2018
Loading