Summary | Callbacks when language is switched during a session |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | slusarz (at) horde (dot) org |
Created | 08/27/2006 (6888 days ago) |
Due | |
Updated | 11/24/2006 (6799 days ago) |
Assigned | 08/28/2006 (6887 days ago) |
Resolved | 11/24/2006 (6799 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 4 |
Patch | No |
State ⇒ Resolved
http://lists.horde.org/archives/cvs/Week-of-Mon-20061120/063260.html
Michael, please feel free to add an example for resetting folder labels.
addition to the current hooks but never be required as a replacement
for the prefs callbacks.
when the theme is changed, for example; why not moving all of the code
that runs when a pref is changed into a configurable hook. Yes, people
would have to enable the default hooks, but that gives them
flexibility also.
be used after the next login. But if this of great importance for you,
I suggest that you use an API method instead because we don't have to
load each and every application's lib/prefs.php then.
when that happens?
annoying and looks unprofessional. I guess the other option would be
to force a logout/login instead.
State ⇒ Feedback
when that happens?
Priority ⇒ 1. Low
State ⇒
Queue ⇒ Horde Base
Summary ⇒ Callbacks when language is switched during a session
Type ⇒ Bug
check for a callback function (i.e. prefs_language_switch) in all app
prefs.php files.
Example - user default is language A. User logs in to IMP. Virtual
folder labels are in language A. User switches to language B.
Virtual folder labels are not updated.