- Aug 19, 2018
-
-
Peter Rotich authored
This commit addresses the root cause of an issue commit 96892beb (now reverted) attempted to solve - by providing consistency between getFiles and getAttachments
-
Peter Rotich authored
Relative Time Fixes:
-
Peter Rotich authored
issue: mPDF Arabic Fonts
-
- Aug 16, 2018
-
-
JediKev authored
This addresses issue 4449 where using an Arabic language pack and trying to print a ticket returns a PDF with either squares for text or no text at all.
-
aydreeihn authored
This commit removes the logic that was used for time within 2 days which would give a result of either today or tomorrow when something could actually be in 2 days instead. It also rounds relative time that is within 29 days so that the result will be more accurate. Ex: 1.99 will round to 2 instead of showing 1
-
- 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:
-