Summary | back to Horde button doesn't work |
Queue | Kronolith |
Queue Version | 3.0-RC1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | tanner (at) gmx (dot) de |
Created | 03/24/2011 (5190 days ago) |
Due | |
Updated | 03/28/2011 (5186 days ago) |
Assigned | 03/25/2011 (5189 days ago) |
Resolved | 03/27/2011 (5187 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 3 |
Patch | No |
That link correctly takes me to Horde's portal.
block serviceActions).
State ⇒ Resolved
Bug: 9713Ensure 'Horde' menu item links to the portal view.2 files changed, 8 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/346af5ee5d40a6ac618d1fc0b3a1376fc6332e2e
initial_application pref is set to kronolith, then clicking the
"Horde" menu item from kronolith's dynamic view brings you back to
the dynamic view of kronolith. This also happens in Hermes' dynamic
view (which isn't surprising, since it was based on kronolith's ajax
view), but does NOT happen within (d)imp.
completeness, though I believe its not to be depending on the
initial_application-pref (which is 'horde' by default, and I didn't
touch this), but on the detection of the webroot, which is (in my
case) just ''. This leads to href="", cause
$GLOBALS['registry']->get('webroot', $app) is empty.
----- my mail:
Hello,
I determined, that the link to Horde in the upper area of the site in
kronolith is wrong.
In kronolith/templates/index/index.inc, line 21 (see below), the
application-list is built. This works fine for IMP and Turba, but the
link for Horde has the href-Attribute empty in our installation.
Is this a mistake in the sourcecode, or is our webroot not detected correctly?
line 21:
<li><a href="<?php echo $GLOBALS['registry']->get('webroot', $app) ?>"
id="kronolithApplication-<?php echo $app ?>" title="<?php echo
$GLOBALS['registry']->get('name', $app) ?>"><img src="<?php echo
$GLOBALS['registry']->get('icon', $app) ?>" /> <?php echo
$GLOBALS['registry']->get('name', $app) ?></a></li>
Taken from
initial_application pref is set to kronolith, then clicking the
"Horde" menu item from kronolith's dynamic view brings you back to the
dynamic view of kronolith. This also happens in Hermes' dynamic view
(which isn't surprising, since it was based on kronolith's ajax view),
but does NOT happen within (d)imp.
but this was months ago. In my testing of the release candidates, it
seems to have been fixed.
you saying that when you select "Horde" from the list of application
links, you are directed back to kronolith?
Looks like the link to Horde there is pointing to the initial
application pref, instead of back to the portal.
Milestone ⇒ 3
State ⇒ Assigned
Assigned to
Assigned to Michael Rubinsky
you saying that when you select "Horde" from the list of application
links, you are directed back to kronolith?
Looks like the link to Horde there is pointing to the initial
application pref, instead of back to the portal.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ back to Horde button doesn't work
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
The button on the upper right (next to preferences) points to Kronolith,
but I suppose it's meant to bring you back to the portal.