Summary | Pref UI and shared preferences |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | duck (at) obala (dot) net |
Created | 02/01/2009 (6012 days ago) |
Due | |
Updated | 03/02/2009 (5983 days ago) |
Assigned | 02/15/2009 (5998 days ago) |
Resolved | 03/02/2009 (5983 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Feedback
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Pref UI and shared preferences
Type ⇒ Bug
State ⇒ Unconfirmed
For example if a pref is marked shared it should be stored in horde
scope so the value can be shared hared with all other modules.
If you mark a pref shared in a module, the Pref UI shows the field,
but does not update the value if the pref is empty by default.
If you set the value with $prefs->setValue($key, $value) in your code,
the value is correctly stored in horde scope.
Then you go back to the Pref UI and you see the value. But when you
update it, the original value in horde scope is not updated, but you
get another entry for the current scope (eg. Merk);