Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.2, 1.3.1 (Alpha)
-
Fix Version/s: 1.3.3 (Beta)
-
Component/s: Purging
-
Labels:None
-
Environment:Windows XP Pro
Browsers: FF2.0/3.0 and IE6/7
-
Complexity:Intermediate
-
Number of attachments :
Description
Editing purge configuration doesn't have options to change the value of the "Enabled" field.
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';