Closed (won't fix)
Project:
GovDelivery Integration
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2011 at 02:41 UTC
Updated:
8 Feb 2012 at 20:09 UTC
Currently GovDelivery stores govdelivery_odm_settings as an array. This is problematic because to override individual settings (like queuing, which is crucial for site performance) the entire govdelivery_odm_settings array needs to be overwritten in settings.php. It would be better if the individual settings in govdelivery_odm_settings were each stored separately so that they could be individually overwritten.
Comments
Comment #1
ben.bunk commentedThis is a won't fix unless a patch is submitted that accomplishes the following:
1) Resolves migrating existing settings.
2) Maintains the usability of the credential management.
3) Prevents revealing existing passwords to the admin when visiting the page.