| Summary | Wrong initial application is shown when mobile-smartphone mode is selected |
| Queue | IMP |
| Queue Version | 5.0.7 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | g.arminas (at) gmail (dot) com |
| Created | 06/21/2011 (5298 days ago) |
| Due | |
| Updated | 06/24/2011 (5295 days ago) |
| Assigned | |
| Resolved | 06/24/2011 (5295 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Bug: 10264Honor initial_application pref for smartphone view.If initial_application does not have a mobile view, then redirect to
the mobile portal.
1 files changed, 14 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/afc1fa1048b930749215854cfdc6cd700eadcaec
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Wrong initial application is shown when mobile-smartphone mode is selected
Type ⇒ Bug
State ⇒ Unconfirmed
2. In /horde/dir/conf/prefs.php:
<..>
// what application should we go to after login?
$_prefs['initial_application'] = array(
'value' => 'imp',
'locked' => true,
'type' => 'enum',
// Application list is dynamically built when prefs screen is displayed
'enum' => array(),
'desc' => sprintf(_("What application should %s display after
login?"), $GLOBALS['registry']->get('name'))
);
<...>
3. Try to log in via smartphone mode - mobile portal is shown instead of IMP.