Issue Details (XML | Word | Printable)

Key: CONTINUUM-2016
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jose Morales Martinez
Reporter: Marecor Baclay
Votes: 2
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Continuum

Cannot edit Enabled field in Purge Configuration

Created: 11/Dec/08 12:07 AM   Updated: 18/May/09 06:18 PM   Resolved: 18/May/09 06:18 PM
Return to search
Component/s: Purging
Affects Version/s: 1.2.2, 1.3.1
Fix Version/s: 1.3.3

Time Tracking:
Not Specified

File Attachments: 1. Text File CONTINUUM-2016.patch (1 kB)

Environment:
Windows XP Pro
Browsers: FF2.0/3.0 and IE6/7

Complexity: Intermediate


 Description  « Hide

Editing purge configuration doesn't have options to change the value of the "Enabled" field.



Wendy Smoak added a comment - 24/Feb/09 06:04 PM

This also affects 1.3.1.

As a workaround, all purge configurations can be enabled by modifying the database with the following sql statement:

update ABSTRACTPURGECONFIGURATION set ENABLED = 'Y';


Jose Morales Martinez added a comment - 14/Apr/09 08:47 PM

It modifies text in the properties and displays a check in the form to allow enable/disable purge configuration.


Jose Morales Martinez added a comment - 18/May/09 06:18 PM

Fixed for revision 776127 in 1.3.3 branch.