#14452 Remove hash param in edit query URL

Signed-off-by: Jérôme Cognard <jerome.cognard@gmail.com>
This commit is contained in:
Jérôme Cognard 2018-07-04 11:47:58 +02:00 committed by GitHub
parent c697a872a1
commit 5d0fae07a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1072,7 +1072,7 @@ class Util
if (! empty($cfg['SQLQuery']['Edit'])
&& empty($GLOBALS['show_as_php'])
) {
$edit_link .= Url::getCommon($url_params) . '#querybox';
$edit_link .= Url::getCommon($url_params);
$edit_link = ' [&nbsp;'
. self::linkOrButton($edit_link, __('Edit'))
. '&nbsp;]';