mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
N°1386 - Advanced Search: Navigation in list - Browse this list - fix display
This commit is contained in:
@@ -438,7 +438,7 @@ try
|
||||
//N°1386 - Advanced Search: Navigation in list - Browse this list
|
||||
$sBackUrl = utils::ReadPostedParam('back_url', '', false, 'raw');
|
||||
$sFilter = utils::ReadPostedParam('filter', null, false, 'raw');
|
||||
$sList = utils::ReadPostedParam('listNavigation', null, false, 'string');
|
||||
$sList = utils::ReadPostedParam('list_navigation', null, false, 'string');
|
||||
$aList = [];
|
||||
if ($sList != null) {
|
||||
$aList = json_decode($sList);
|
||||
|
||||
Reference in New Issue
Block a user