mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3200 Datatable "filter list" icon : specific query for 1,n and n,n objects relations
This specific query passes attcodes list to display to UI.php, but this endpoint doesn't handle it yet. Adding this enhancements would require too much time for now (datatables legacy code), hopefully a refactoring work will be done soon and we'll get back to it ! Note that dedicated ContextTag is renamed from Search to ObjectSearch
This commit is contained in:
@@ -2223,7 +2223,7 @@ class MenuBlock extends DisplayBlock
|
||||
$oActionsToolbar->AddSubBlock($oActionButton);
|
||||
} else {
|
||||
// - Filter list
|
||||
$sSearchUrl = utils::GetDataTableSearchUrl($this->m_oFilter);
|
||||
$sSearchUrl = utils::GetDataTableSearchUrl($this->m_oFilter, $aExtraParams);
|
||||
if (!empty($sSearchUrl)) {
|
||||
$oActionButton = ButtonUIBlockFactory::MakeIconLink(
|
||||
'fas fa-filter',
|
||||
|
||||
Reference in New Issue
Block a user