- Jan 23, 2019
-
-
Peter Rotich authored
profile: Reply Redirect
-
Peter Rotich authored
Issue: Can’t use “0” in Short Answer Field
-
aydreeihn authored
This commit fixes an issue where a Short Answer Field would show as Empty if the value saved in it was '0'
-
Peter Rotich authored
Issue: Edit Export Column Heading
-
Peter Rotich authored
issue: Task Response With Collaborators
-
Peter Rotich authored
issue: Scrollable Quickfilters
-
Peter Rotich authored
Task Collaborators
-
Peter Rotich authored
Issue: Duplicate Search Results
-
JediKev authored
This pull adds a Profile Setting for Agents to choose where to redirect after replying to ticket. The two options are Queue (redirect to queue to work on other tickets) or Ticket (redirect back to same ticket to continue working) with the latter being the default. The setting is configurable for each Agent in the helpdesk.
-
- Jan 18, 2019
-
-
JediKev authored
This addresses an issue where having more than 30+ choices for a Quickfilter makes the dropdown run off the page causing some choices to be hidden. This makes it to where if you have more than 20+ choices we will make the dropdown a fixed height and make it scrollable.
-
- Jan 17, 2019
-
-
JediKev authored
This addresses a fatal error when adding a new response to a Task with Collaborators. When we implemented the MailingList for Users/Collaborators we forgot about the little Task Collaborators (poor little guys). This adds a new function called `getRecipients()` to `class Thread` that utilizes MailingList instead of UserList. This also adds two new functions to `class Util` that retrieves the User’s `user_id`.
-
- Jan 15, 2019
- Jan 08, 2019
-
-
aydreeihn authored
This commit ensures that we do not return duplicate results when searching for Tickets with an Advanced Search that contains keywords.
-
- Jan 07, 2019
-
-
Peter Rotich authored
Clarify User Import Instructions
-
- Jan 02, 2019
-
-
aydreeihn authored
This commit updates the instructions for User imports letting the Agent know they should type 'Name, Email' on the first line and then put each new User Name/Email on the following lines to import Users.
-
aydreeihn authored
This commit addresses an issue where we did not save headings for export fields. We just need to leave the heading in the array rather than filtering it out so that we can save its new heading.
-
- Dec 28, 2018
-
-
aydreeihn authored
This commit changes the wording for Collaborators on Tasks to match the wording for Collaborators on Tickets.
-
- Dec 20, 2018
-
-
Peter Rotich authored
oops: markAs() Typo
-
Peter Rotich authored
issue: markAs() elseif
-
- Dec 19, 2018
-
-
JediKev authored
This addresses an issue where Department Managers would not see the option for Marking tickets as (un)answered due to an elseif (should be an if instead).
-
- Dec 11, 2018
-
-
JediKev authored
This addresses a typo in the `markAs()` function in `ajax.tickets.php`. DOH! Should’ve ran the lint tests
-
- Nov 28, 2018
-
-
Peter Rotich authored
feature: Public Mark As Answered/Unanswered
-
JediKev authored
This feature extends the ability to mark tickets as Answered/Unanswered to any Agent with the Role Permission to Post Reply in the Department. This also adds the ability to add an (optional) Internal Note when marking as (un)answered.
-
- Nov 23, 2018
-
-
Peter Rotich authored
feature: Complete Thread Variable
-
- Nov 19, 2018
-
-
JediKev authored
Support using %{ticket.thread} to export the entire ticket thread correspondence between agents and end users (owner + collaborators).
-
- Nov 07, 2018
-
-
Peter Rotich authored
Field: Help Topic Forms
-
Peter Rotich authored
Don't show fields disabled by help topic Pass create mode for pre-selected help topic forms
-
- Nov 06, 2018
-
-
Peter Rotich authored
Forms: Field Permissions
-
Peter Rotich authored
issue: FAQ/Page Attachments
-
- Nov 05, 2018
-
-
Peter Rotich authored
This commit addresses inconsistencies on how field edit rights and visibility are are handled.
-
JediKev authored
This addresses an issue where inserting images on a Page or FAQ and having the setting enabled for "Login required to view attachments." does not display the images at all when the Page/FAQ renders in view. This is due to the Page/FAQ update functions that were not updated to fit the new `id=>name` format for `keepOnlyFileIds()` introduced with `f179cf15`.
-
- Nov 01, 2018
-
-
Peter Rotich authored
issue: Email Default Dept
-
Peter Rotich authored
issue: create_date Variable
-
- Oct 31, 2018
-
-
JediKev authored
This addresses an issue where configuring a System Email to have a Department and then editing/saving changes on the configured Department will change the System Email's Department back to the the default Department. This was due to a un-needed Department Status check introduced with commit `1d361b51`. This also updates all instances of Dept Status comparison to be case insensitive and non-translated.
- Oct 30, 2018
-
-
Peter Rotich authored
Deleting the Default Queue
-
Peter Rotich authored
queue: Top-Level Ticket Counts
-
Peter Rotich authored
FileUploadField Validation
-
aydreeihn authored
This commit fixes an issue where Agents were able to delete their default queue which then prevented them from going to any queue upon logging in. Now, they will see an error message if they try to do so.
-