mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°3627 - Fix "global search" results page URL not containing the query
This commit is contained in:
@@ -42,7 +42,7 @@ class GlobalSearch extends UIBlock
|
||||
'js/components/global-search.js',
|
||||
];
|
||||
|
||||
public const DEFAULT_ENDPOINT_REL_URL = 'pages/UI.php?operation=full_text';
|
||||
public const DEFAULT_ENDPOINT_REL_URL = 'pages/UI.php';
|
||||
|
||||
/** @var string $sEndpoint Absolute endpoint URL of the search form */
|
||||
protected $sEndpoint;
|
||||
|
||||
Reference in New Issue
Block a user