Commit 403dcf46d194817a45d14836bae93c286e1a5f87

Authored by Elena Budnik
2 parents 58fb3480 1a788ab7

Merge branch 'improve_doc_fix' into 'master'

Improve doc fix

Do not display ##anode## on amda tree, fix https://projects.irap.omp.eu/issues/6100

See merge request !17
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
php/classes/AmdaAction.php
... ... @@ -308,7 +308,7 @@ class AmdaAction
308 308 $objectMgr = new AliasMgr();
309 309 $alias = $objectMgr->getAlias($id);
310 310  
311   - $childrenToReturn[] = array('text' => $name,'alias' => $alias,
  311 + $childrenToReturn[] = array('text' => str_replace('##anode##', '', $name),'alias' => $alias,
312 312 'id' => $id,'nodeType' => $nodeType, 'info' => $info, "component_info" => $component_info,
313 313 'globalStart' => $globalStart, 'globalStop' => $globalStop, 'timeRestriction' => $timeRestriction,
314 314 'leaf' => $isLeaf, 'isParameter' => $isParameter,
... ...