6.0.0-beta1
7/12/25

[#10264] Wrong initial application is shown when mobile-smartphone mode is selected
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 (5135 days ago)
Due
Updated 06/24/2011 (5132 days ago)
Assigned
Resolved 06/24/2011 (5132 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
06/24/2011 06:27:33 PM Michael Rubinsky Assigned to Michael Rubinsky
State ⇒ Resolved
 
06/24/2011 06:08:54 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Bug: 10264 Honor 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
06/21/2011 08:24:40 AM g (dot) arminas (at) gmail (dot) com Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Wrong initial application is shown when mobile-smartphone mode is selected
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
1. Install Horde-4.0.6 and IMP-5.0.7
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.

Saved Queries