- Sep 27, 2018
-
-
aydreeihn authored
- Make sure we keep attachments in the session even if the page refreshes to display an error message - Reverse the array of files to be id => name instead of name => id - Make sure we retain the old ticket or task id if we encounter an error while trying to create a ticket or task from a thread entry - Make sure we have a valid fileId before returning file info - Make sure we can still add files for Canned Responses (id and name flip issue) - Make sure we can still add attachments to Internal Notes for Tickets and Tasks
-
- Sep 22, 2018
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Sep 17, 2018
-
-
Peter Rotich authored
Filter Action Validation Fixes
-
Peter Rotich authored
change old wiki urls to new doc urls
-
- Sep 14, 2018
-
-
Neil S. Tozier authored
-
Peter Rotich authored
Advanced Search Column Conditions
-
- Sep 13, 2018
-
-
aydreeihn authored
This commit fixes an issue we had where the bolding on the Ticket Number and Subject columns of advanced searches showed the opposite of what they should have. We instead want them to be bold if the Tickets are Unanswered.
-
- Sep 12, 2018
-
-
aydreeihn authored
- Let validate_actions pass if we are trying to disable/archive a Help Topic so that the filter flag can be set. - Make sure we do not throw validation errors when deleting a filter action. Just delete it.
-
Peter Rotich authored
Retain Help Topics for Emails
-
aydreeihn authored
If a Help Topic is disabled or archived and it is also selected as the Help Topic for an Email, make sure we do not remove that Help Topic from the Email. Instead, if that email receives a Ticket, we should just assign the ticket to the Default Help Topic. If there is no Default Help Topic, the Ticket will not have a Help Topic at all.
-
- Sep 10, 2018
-
-
Peter Rotich authored
Oops: Creating Tickets with Attachments
-
aydreeihn authored
This addresses a careless copy/paste mistake made with 4496
-
- Sep 06, 2018
-
-
Peter Rotich authored
Conflicts: include/class.forms.php scp/js/scp.js
-
- Sep 05, 2018
-
-
Peter Rotich authored
Tasks: Task visibility
-
Peter Rotich authored
issue: Session form-data Files
-
Peter Rotich authored
oops: Class GenericAttachment Not Found
-
JediKev authored
This addresses an issue introduced with 4426 that references an undefined class.
-
Peter Rotich authored
issue: Duplicate Page Requests
-
Peter Rotich authored
Misc. Fixes
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
This commit addresses a case where a large thread entry body (emailed) is stored as a file, when fetching it we have to make sure we're only fetching plain text/html and not attachment files.
-
Peter Rotich authored
-
Peter Rotich authored
This is necessary because ticket filters or API can set an invalid help topic id. Either deleted or no longer active.
-
Peter Rotich authored
forms: Render Instructions
-
Peter Rotich authored
issue: Newly Added Queues
-
Peter Rotich authored
issue: Duplicate Personal Queues
-
JediKev authored
This addresses an issue where newly added queues in the Admin Panel do not show up in the list of queues nor in the ticket view. This is due to the function that does not set any additional flags on queues if one already exists.
-
JediKev authored
This addresses an issue where personal queues are duplicated in the main queue sub-list.
-
JediKev authored
This addresses an issue where clicking Open, Post Reply, etc. more than once whilst creating/responding to a ticket will generate duplicate requests. This causes duplicate responses to be sent out or duplicate tickets being created. This adds jQuery, on both Agent and User side, to disable the submit buttons when the "Loading" popup appears so you cannot click the button more than once.
-
JediKev authored
This addresses issue 4493 where the system renders form instructions as plain text instead of HTML. The data is saved in the db as encoded HTML and upon pulling the data we do not decode it back to HTML for rendering.
-
Peter Rotich authored
issue: Existing User Registration
-
Peter Rotich authored
Creating Tickets with Attachments
-
aydreeihn authored
This commit fixes an issue where we were not emailing attachments for initial responses when creating a Ticket.
-
Peter Rotich authored
issue: Default Help Topic Issue Summary
-
Peter Rotich authored
Implement Referral Internal Notes
-
Peter Rotich authored
accessibility: Screen Readable Actions
-