Summary | Smartmobile portal does not honor initial page of an app |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 12/09/2012 (4605 days ago) |
Due | |
Updated | 12/09/2012 (4605 days ago) |
Assigned | |
Resolved | 12/09/2012 (4605 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit 1a38db8933225985437247cd1a6c6e93a21b4227
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Sun Dec 9 19:54:01 2012 +0100
Smartmobile portal: Honor inital page of app
Custom apps that register themselves at runtime via
horde/config/registry.d/
might need to keep additional URL parameters.
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
Bug #11839horde/services/portal/smartmobile.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1a38db8933225985437247cd1a6c6e93a21b4227
Priority ⇒ 1. Low
New Attachment: 0001-Smartmobile-portal-Honor-inital-page-of-apps.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ Smartmobile portal does not honor initial page of an app
Type ⇒ Bug
State ⇒ Unconfirmed
the smartmoible portal currently doesn't honor the initial page of an app.
Instead it uses the app name to come up with an URL for the app.
This breaks (custom) applications that explicitly set additional
parameters in the "initial_page" field of an app.
Attached patch fixes the issue.
Cheers,
Thomas