Skip to content
Snippets Groups Projects
  1. Jul 16, 2018
  2. Jul 13, 2018
  3. Jul 12, 2018
    • Peter Rotich's avatar
      Merge pull request #22 from aydreeihn/issues/misc-fixes · 7ed2be49
      Peter Rotich authored
      Final Additions For v1.11
      7ed2be49
    • aydreeihn's avatar
      Final Additions For v1.11 · c3a2cbcd
      aydreeihn authored
      - Separate 'message' and 'response' variables on New Ticket Notice so they can be styles separately
      - Add Thread Event state for 'released'
      - Add 'refer' and 'release' permissions to the Role table
      - Update install-mysql
      - Update patch file name
      - Update core.sig
      - Set flags in correct place for class.depts.php
      - Make sure when opening Ticket, User stays selected if submitted with errors
      - Make sure Mail Box Protocol saves correctly when configuring emails
      c3a2cbcd
  4. Jul 11, 2018
  5. Jul 09, 2018
    • JediKev's avatar
      Feature :: Manage Referrals Role Permission · 204c8db6
      JediKev authored
      This feature adds a new Role permission called Manage Referrals. This
      permission allows Agents to Manage Ticket Referrals. This permission
      is configurable for each and every Role in the helpdesk.
      204c8db6
  6. Jul 07, 2018
  7. Jul 06, 2018
  8. Jul 05, 2018
    • Peter Rotich's avatar
      Merge pull request #9 from JediKev/issue/choices-export · cc6aaefb
      Peter Rotich authored
      issue: Choices Field Export
      cc6aaefb
    • aydreeihn's avatar
    • JediKev's avatar
      issue: Queue Export Sorting · eeccbf30
      JediKev authored
      This addresses an issue where the Queue Export does not remember your
      column sorting. This was due to the `getExportableFields()` function
      called in the Export Template that gets a predefined list of fields plus
      some `cdata` fields with a predefined sort order (not your saved sort
      order). This updates the export template to merge the `$fields` array that
      contains the exportable fields in the saved sorting order and the
      `getExportableFields()` result (array) that contains the same fields plus
      `cdata` fields. This will return the fields in the saved sorting order
      whilst still displaying possible `cdata` fields.
      eeccbf30
    • aydreeihn's avatar
      Agent Ticket on Behalf of User Fix 2: · f95eff69
      aydreeihn authored
      This commit fixes an issue when an Agent creates a Ticket on behalf of a User, includes an Initial Response, AND chooses 'Do Not Send Alert' for the Ticket Notice. In this instance, ONLY the Agent's initial response should be sent to the Ticket's User and Collaborators so that they will know they are included in a Ticket.
      
      In order for this logic to work, a literal check had to be done. If the emailreply variable is set to the string literal 0 (which means do not send alert was selected), say that the alert variable in postReply is true so that the Response/Reply template will go out with only the initial Agent response. Otherwise, if emailreply is 'Alert User' or 'Alert All', the alert variable in postReply will be false and the New Ticekt Notice template will go out, showing both the user initial message and the agent initial response.
      f95eff69
    • JediKev's avatar
      issue: Choices Field Export · 01e97f0e
      JediKev authored
      This addresses an issue where exporting a ticket with a Custom Choices
      Field does not export the Custom Choice data. This is due to the
      `ChoiceField::getChoice()` function that doesn’t add the correct `id` to
      the `$selection` array. This updates the function to include the `id` in
      the array so we can get the correct value later on.
      01e97f0e
  9. Jun 29, 2018
  10. Jun 28, 2018
Loading