- Aug 20, 2018
-
-
JediKev authored
This adds a Signal to clean Agent and User sessions upon setting/resetting their password. If an Agent/User resets their own password and has multiple sessions open it will log them out of every session except the one they’re on.
-
- Aug 14, 2018
-
-
Peter Rotich authored
tests: Git Conflict Markers
-
Peter Rotich authored
issue: Ticket Filter Does Not Match Regex
-
Peter Rotich authored
perms: Alphabetize Role/Staff Permissions
-
Peter Rotich authored
issue: Wrong Attachment Names
-
Peter Rotich authored
issue: Old Attachment Names
-
JediKev authored
This alphabetizes all Role and Staff Permissions.
-
JediKev authored
This addresses an issue reported on the forums where the ticket filter Rule option of “Does Not Match Regex” isn’t working properly; instead it works in reverse.
-
- Aug 13, 2018
-
-
Peter Rotich authored
issue: FAQ & Canned Attachments Dropping
-
Peter Rotich authored
Task Assigned Team Issue:
-
aydreeihn authored
This addresses an issue where it appeared as though tasks could not be assigned to teams if an agent in the team was not a part of the task's department. The assigment was actually taking place, however, it was not showing up in the Assignee column. Now the form will correctly display the column
-
JediKev authored
This addresses an issue where FAQ & Canned Response attachments are dropping when another agent edits the FAQ or Canned Response.
-
JediKev authored
This addresses an issue where uploading a file you’ve uploaded before but renamed is not saving the new name in the Attachment table.
-
- Aug 08, 2018
-
-
JediKev authored
This addresses an issue where FileUploadFields are displaying the old names of existing files with new names.
-
- Aug 07, 2018
-
-
Peter Rotich authored
issue: Canned Resp Select2 Width
-
JediKev authored
This enhances the Select2 canned response box by making it wider, showing more text in each line.
-
- Aug 06, 2018
-
-
Peter Rotich authored
issue: Featured FAQs On Disable
-
JediKev authored
This addresses an issue where the client portal shows Featured FAQs on the sidebar even thought the Knowledgebase is Disabled.
-
Peter Rotich authored
issue: Deleted Field Thread Events (template)
-
Peter Rotich authored
canned: Canned Response Select2 Height
-
JediKev authored
This adds an enhancement to the Canned Response Select2 showing more options within the list. The length is automatic and is based on how many Canned Responses you have Enabled. Limits: - Height maxes out at 400px so it doesn’t run off the screen
-
- Aug 05, 2018
-
-
Peter Rotich authored
This reverts commit 14bcd42d.
-
- Aug 03, 2018
-
-
Peter Rotich authored
issue: IE Select2 Target
-
Peter Rotich authored
issue: Select2 Placeholder Bug
-
Peter Rotich authored
issue: Custom File Upload Dropping
-
JediKev authored
This addresses issue 4155 where editing a ticket using a different session causes custom file uploads to drop from the ticket.
-
- Aug 02, 2018
-
-
JediKev authored
This addresses an issue where Select2 Placeholders are being cutoff due to a bug in Select2.
-
JediKev authored
This addresses an issue where Microsoft IE 11 apparently does not like `event.target` syntax in javascript and breaks the Canned Response Select2.
-
Peter Rotich authored
issue: Deleted Field Thread Events
-
- Aug 01, 2018
-
-
Peter Rotich authored
issue: Priority Field Template Variable
-
JediKev authored
This addresses an issue where deleting a field and all it's data will delete the form field record in the database causing all events containing the field to crash the ticket page.
-
JediKev authored
This addresses an issue with PriorityField Template Variables introduced with 4359 where the priority variable will appear as "Array" instead of the actual value. This adds an `asVar()` function to `class PriorityField` to get the appropriate data.
-
Peter Rotich authored
issue: Redactor Select2 Cursor Position
-
JediKev authored
This address an issue introduced with 4311 where selecting a canned response does not insert it at last cursor position, rather at the top of the text box.
-
- Jul 31, 2018
-
-
Peter Rotich authored
Reset Button Fix:
-
aydreeihn authored
This commit makes sure that when the Reset button is hit, we only reset File Upload Field attachments for the specific form we're on. Ex: Viewing a Ticket as an Agent and switching between 'Post Reply' and 'Post Internal Note'. If you had an image in the Post Reply file upload but switched to Post Internal Note and hit Reset, only the text/attachments on the Post Internal Note tab would be cleared. (Improves upon #4369)
-
Peter Rotich authored
issue: Client Side Thread Entries
-
JediKev authored
This addresses an issue where the client side thread entries are all grouped within the same div. This pushes all grouped entries to one side of the page making them illegible.
-
Peter Rotich authored
issue: jQuery Sortable Redactor
-