- Aug 07, 2018
-
-
Peter Rotich authored
Implement 'Select Active Collaborators':
-
aydreeihn authored
- Enable/Disable Collaborators based on which Collaborators are in the 'Select Active Collaborators' box
-
- Aug 06, 2018
-
-
Peter Rotich authored
Team Referral Check
-
Peter Rotich authored
Referral Assignment Issue:
-
aydreeihn authored
This commit adds an additional check for Team referrals in the isReferred method so that it is handled in the same way Staff and Departments are handled.
-
aydreeihn authored
This commit fixes an issue where referrals were being considered successfully saved even if that referral already existed, resulting in multiple thread events for the same referral. Instead, if we find that the thread is already referred to the referee, refer should return false so that an error message is displayed stating that we were unable to refer the ticket.
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
issue: Deleted Field Thread Events (template)
-
Peter Rotich authored
canned: Canned Response Select2 Height
-
Peter Rotich authored
status: Allow Reopen
-
Peter Rotich authored
Agent Default Queue:
-
aydreeihn authored
This commit addresses an issue where the Agent could set a Default Ticket Queue in their profile, but the System Default queue would be shown instead.
-
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
-
JediKev authored
This addresses an issue introduced with `510046c5` where tickets with no Help Topic can not be reopened. This is due to a check on `isReopenable()` where it returns `null` instead of `true` if there is no help topic; therefore returning false and not allowing the ticket to be reopened.
-
Peter Rotich authored
Conflicts: scp/css/scp.css
-
- Aug 05, 2018
-
-
Peter Rotich authored
This reverts commit 14bcd42d.
-
- Aug 04, 2018
-
-
Peter Rotich authored
Custom Queues Merged for 1.11
-
Jared Hancock authored
This removes a significant number of queries used to render the drop-down menu for the queues. Each queue displayed on the page previously required a database query to determine its children. This patch changes the strategy to fetch all the queues and organize them as a tree. The tree can then be walked as the menu is rendered and does not require any further queries. On my test system, it reduces the number of queries for the ticket listing page from 56 to 46.
-
Jared Hancock authored
This might happen if the close date was added to a queue and filtered through a date/time filter. Also fix warning emit when editing queue configuration Also fix a few crashes if there is a naming mismatch on the field named in search criteria and the current name of the field. And fix a regression where the queue criteria would not be properly updated when saved. If a queue inherits columns from a parent, the conditions would also be inherited. This fix changes the association by linking the inherited column to the child queue at run-time. This allows the queue column to fetch the queue conditions from the child queue which inherited the columns. Check 'inherit columns' checkbox when cloning a queue Fix doubled saved search listing
-
- Aug 03, 2018
-
-
Peter Rotich authored
Help Topic Required Error Message:
-
Peter Rotich authored
issue: IE Select2 Target
-
Peter Rotich authored
issue: Select2 Placeholder Bug
-
Peter Rotich authored
issue: Saved Searches Flags
-
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
-
-
aydreeihn authored
This commit addresses an issue where the validation error for trying to save a Ticket without a Help Topic was not being shown as a result of the error message that was added to ensure that the Help Topic selected is Active.
-
JediKev authored
This addresses an issue where Select2 Placeholders are being cutoff due to a bug in Select2.
-
aydreeihn authored
Setting - Require Help Topic to Close:
-
aydreeihn authored
This commit adds an Admin setting that requires a Ticket to have a Help Topic before it can be closed. It can be set by going to: Admin Panel | Settings | Tickets | Require Help Topic to Close If enabled, Tickets will have a warning banner across the bottom of the page, a warning banner when trying to change the Ticket status to Closed, and a warning flag beside the field when editing the Ticket. By default, this setting is NOT enabled.
-
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.
-
JediKev authored
This addresses an issue where class Queue sets SavedSearches flags to `FLAG_QUEUE` causing the SavedSearches to become Primary Queues.
-
Peter Rotich authored
Email Name Format:
-
Peter Rotich authored
issue: Deleted Field Thread Events
-
aydreeihn authored
This commit addresses an issue where email alerts were not being properly sent out if the name format is set as 'Last, First' or if it has special characters. We now encode names with quotation marks to ensure that emails are sent out properly (escape possible commas).
-
- Aug 01, 2018
-
-
Peter Rotich authored
-
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.
-
Peter Rotich authored
Help Topic Inline Save Fix:
-