mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Fixed bugs linked to the bookmark creation:
- There must be a user specific menu entry in the list of menuNodes - The asynchronous ajax page must use the authentication stored in the session - The query must be stored in OQL instead of sibusQL SVN:trunk[58]
This commit is contained in:
@@ -58,14 +58,14 @@ if ($oFilter != null)
|
||||
$oResultBlock->RenderContent($oP);
|
||||
|
||||
// Menu node
|
||||
$sFilter = $oFilter->ToSibusQL();
|
||||
$sFilter = $oFilter->ToOQL();
|
||||
$sMenuNodeContent = <<<EOF
|
||||
<div id="TopPane">
|
||||
<itopblock BlockClass="DisplayBlock" objectclass="bizContact" type="search" asynchronous="false" encoding="text/sibusql">$sFilter</itopblock>
|
||||
<itopblock BlockClass="DisplayBlock" type="search" asynchronous="false" encoding="text/oql">$sFilter</itopblock>
|
||||
</div>
|
||||
<div id="BottomPane">
|
||||
<p></p>
|
||||
<itopblock BlockClass="DisplayBlock" objectclass="bizContact" type="list" asynchronous="false" encoding="text/sibusql">$sFilter</itopblock>
|
||||
<itopblock BlockClass="DisplayBlock" type="list" asynchronous="false" encoding="text/oql">$sFilter</itopblock>
|
||||
</div>
|
||||
EOF;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user