- Aug 17, 2018
-
-
JediKev authored
This addresses an issue where row conditions are working in the preview but not in the actual ticket queue. This updates the `getQueue()` function to lookup the CustomQueue by `queue_id` if there is no CustomQueue object found in the QueueColumn.
-
- Aug 08, 2018
-
-
Peter Rotich authored
-
Peter Rotich authored
Search All Tickets Setting
-
aydreeihn authored
If an Agent has the Miscellaneous setting checked to see all Tickets in search results, they should be able to see the list of Tickets regardless of their access or if the search is saved or not. They should NOT, however, be able to view those Tickets.
-
Peter Rotich authored
Advanced Search: TicketStatus / Status Name
-
aydreeihn authored
This commit adds 'TicketStatus / Status Name' to the main search criteria list for advanced searching.
-
- Aug 07, 2018
-
-
Peter Rotich authored
Retain old search criteria when isolate fails. This provide for ability to fix issues with isolation post-upgrade.
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Implement 'Select Active Collaborators':
-
aydreeihn authored
- Enable/Disable Collaborators based on which Collaborators are in the 'Select Active Collaborators' box
-
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
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.
-