Commit 661293d72a420e9e90e866e55dde1f1a10e485ca
1 parent
e1e55d6e
Exists in
master
and in
109 other branches
parse ## and @@ in AMDA_SPASE_INTERFACE
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' => str_replace('##anode##', '', $name),'alias' => $alias, | |
311 | + $childrenToReturn[] = array('text' => $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, | ... | ... |