Commit 71b9368c16d7967679f67e34e395a20ad4806cef
1 parent
6d5299c8
Exists in
master
and in
78 other branches
Fix bug with tooltip of a local param
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
php/classes/AmdaAction.php
@@ -255,6 +255,10 @@ class AmdaAction | @@ -255,6 +255,10 @@ class AmdaAction | ||
255 | else | 255 | else |
256 | $info = $units; | 256 | $info = $units; |
257 | } | 257 | } |
258 | + else { | ||
259 | + if ($child->hasAttribute('description')) | ||
260 | + $info = $child->getAttribute('description'); | ||
261 | + } | ||
258 | 262 | ||
259 | if ($child->tagName == 'parameter') { | 263 | if ($child->tagName == 'parameter') { |
260 | $isParameter = true; | 264 | $isParameter = true; |