mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02:00
* Api: Clear initial load URL after using it, so F5 takes you to the app's normal entry point
(cherry picked from commit 9219536c2fe98f729aff10976fc0567062eb0784)
This commit is contained in:
parent
5a54397c46
commit
a024baeef6
@ -959,6 +959,7 @@ abstract class Ajax extends Api\Framework
|
|||||||
{
|
{
|
||||||
$url = str_replace('%255C', '%5C', $last_direct_url); // fix double encoding of backlash in class-names
|
$url = str_replace('%255C', '%5C', $last_direct_url); // fix double encoding of backlash in class-names
|
||||||
$active_tab = self::app_from_url($last_direct_url);
|
$active_tab = self::app_from_url($last_direct_url);
|
||||||
|
Api\Cache::unsetSession(__CLASS__,'last_direct_url');
|
||||||
}
|
}
|
||||||
else if (strpos($url, 'menuaction') > 0)
|
else if (strpos($url, 'menuaction') > 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user