History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: CHD-1578
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Assignee: Unassigned
Reporter: Robert Middleswarth
Votes: 1
Watchers: 0
Operations

Clone this issue
If you were logged in you would be able to see more operations.
Cerberus Helpdesk

[Ticket] Replace hardcoded ticket status default with a configuireable one.

Created: 24/Jan/10 08:49 AM   Updated: 29/May/11 07:38 PM
Fix Version/s: 5.4.3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File cerb4-chd-1578.patch (21 kb)
2. Text File cerb5-chd-1578.patch (22 kb)
3. Text File cerb5-chd-1578_2.patch (21 kb)

Issue Links:
Related To
This issue is related to:
CHD-1189 When you reply to a ticket it by defa... Resolved
CHD-1279 [Mail] Allow users to choose default ... Resolved
 


 Description   
This has been a long standing feature request to add a user configurable default status on ticket reply's, open tickets, send mail. Attached is a patch that does the following.

1) It adds a config screen to set-up site wide defaults for reply to a ticket, open ticket, send mail. Defaults to wait for reply the current default.
2) group wide setting for reply to a ticket. Default to use site wide setting.
3) Added template support for these settings.
4) All added text is translatable.

Thanks
Robert


 All   Comments   Work Log   Change History      Sort Order:
Comment by Robert Middleswarth [24/Jan/10 09:01 AM]
Attached are the cerb4 and cerb5 patches. As is my normal you can pull the latest version of these patches from my github branches.

Cerb4 - http://github.com/rmiddle/cerb4/tree/jira/chd-1578
Cerb5 - http://github.com/rmiddle/cerb5/tree/jira/chd-1578

Thanks
Robert

Comment by Robert Middleswarth [29/Jan/10 10:45 AM]
Updated Cerb5 Patch the 1st one had a mistake.

Thanks
Robert

Comment by Jeff Standen [WGM] [29/May/11 07:38 PM]
Implemented in 5.4.3-dev using CHD-1189