Skip to content
Snippets Groups Projects
  1. Feb 26, 2018
    • Peter Rotich's avatar
      Inline Field Edit · a5e7244f
      Peter Rotich authored
      Add ability to edit individual fields without the need to mass-edit all
      fields.
      a5e7244f
  2. Dec 17, 2017
    • Peter Rotich's avatar
      Add Ticket Referral on Assignment / Transfer · a61642ed
      Peter Rotich authored
      Refer ticket to current assignee on reassignment
      Refer ticket to current department on transfer
      a61642ed
    • Peter Rotich's avatar
      Thread Referral · 6ab63563
      Peter Rotich authored
      Add the initial concept of thread (tickets & tasks) referral.
      
      * Agent & Team
      Referring a ticket to an agent or team - is just like assignment without
      actually assigning. If referred agent doesn't have access to the ticket's
      department then they'll only have view access.
      
      * Department
      This is like assigning a ticket to the entire department. Meaning agents who
      have access to the referred to department will now see the ticket - what
      they can do with the ticket will depend on the assigned role in that
      particular department.
      
      It's important to note the ticket will technically be still the
      responsibility of the primary department. Transferring the ticket is the
      sure way to relinquishing the responsibility.
      
      * Auto Department Referral via email
      This will happen if an email is sent to multiple departments. For example an
      email with TO: support &  CC: billing will result in the ticket getting
      routed to "support" department and "billing" getting a referral of the same
      ticket. This allows both departments to have visibility of the ticket -
      which is not possible at the moment.
      6ab63563
  3. Dec 14, 2017
  4. Dec 13, 2017
    • Peter Rotich's avatar
      Thread Referral · 523dc8d6
      Peter Rotich authored
      Add the initial concept of thread (tickets & tasks) referral.
      
      * Agent & Team
      Referring a ticket to an agent or team - is just like assignment without
      actually assigning. If referred agent doesn't have access to the ticket's
      department then they'll only have view access.
      
      * Department
      This is like assigning a ticket to the entire department. Meaning agents who
      have access to the referred to department will now see the ticket - what
      they can do with the ticket will depend on the assigned role in that
      particular department.
      
      It's important to note the ticket will technically be still the
      responsibility of the primary department. Transferring the ticket is the
      sure way to relinquishing the responsibility.
      
      * Auto Department Referral via email
      This will happen if an email is sent to multiple departments. For example an
      email with TO: support &  CC: billing will result in the ticket getting
      routed to "support" department and "billing" getting a referral of the same
      ticket. This allows both departments to have visibility of the ticket -
      which is not possible at the moment.
      523dc8d6
  5. Oct 30, 2017
  6. Jun 25, 2016
    • Jared Hancock's avatar
      orm: Fix warning for read-only permission · da7bec9f
      Jared Hancock authored
      This fixes an issue where the `$ht` variable is not properly initialized by
      the ORM. It is assumed to be a valid array in the constructor, and its items
      are run through the ::set() method. Therefore, if an empty array is
      received, the `$ht` variable will remain null, since nothing is ever set.
      
      This also fixes a misspelled variable in the claim dialog if a ticket is
      currently assigned to a team only.
      da7bec9f
  7. Jun 14, 2016
  8. May 09, 2016
  9. Apr 21, 2016
    • Michael's avatar
      Update ajax.tasks.php and ajax.tickets.php · f3205662
      Michael authored
      Note: Since I'm not sure if that's all (replacing %s %s with %1$s %2$s) which is necessary to make this work, I'm sorry in advance for a potential "bad commit".
      
      As already written on Crowdin, in German the order is wrong, so my suggestion is to make it possible to change the order by transforming "%s %s" to "%1$s and %2$s".
      Format in English: Successfully assigned 4 selected tasks
      Needed German: Successfully 4 selected tasks assigned
      f3205662
  10. Apr 18, 2016
    • Michael's avatar
      Update ajax.tickets.php · 83e0da53
      Michael authored
      Fix translation so it makes sense.
      Before: "Unable to change status for 2 any of the selected tickets" - sounds wired
      After: "Unable to change status of 2 selected tickets" - sounds correct and fits into the rest of the translation scheme ;)
      83e0da53
  11. Mar 25, 2016
  12. Mar 24, 2016
  13. Jan 07, 2016
  14. Dec 31, 2015
  15. Nov 13, 2015
  16. Nov 06, 2015
  17. Oct 15, 2015
  18. Oct 01, 2015
  19. Sep 28, 2015
  20. Sep 25, 2015
  21. Aug 27, 2015
  22. Aug 18, 2015
  23. Aug 07, 2015
  24. Aug 06, 2015
    • Peter Rotich's avatar
      Mass Ticket Actions · 19f42ca4
      Peter Rotich authored
      - Adds mass assign, transfer to ticket queues
      - Retire inline forms for ticket assignment and transfer
      19f42ca4
  25. Aug 04, 2015
  26. Aug 03, 2015
    • Peter Rotich's avatar
      Add restrictions to ticket/task closure · aba37fce
      Peter Rotich authored
      - Tickets cannot be closed when an open ticket exists
      - Tickets/Tasks cannot be closed when required for close fields are missing
      data
      - Add isCloseable routine to ticket/task classes
      aba37fce
  27. Jul 30, 2015
  28. Jul 21, 2015
  29. Jul 13, 2015
  30. May 21, 2015
Loading