Commit aec5ba13240bc1319e12ef7d3a37a7f4a98bac81

Authored by Elena.Budnik
1 parent ced82260

not tested param show in the tree

Showing 1 changed file with 10 additions and 1 deletions   Show diff stats
php/classes/AmdaAction.php
... ... @@ -241,8 +241,17 @@ class AmdaAction {
241 241 {
242 242 $timeRestriction = true;
243 243  
244   - }
  244 + }
  245 +
  246 + /*------------------- to show not tested parameters ------*/
  247 +
  248 + if ($child->getAttribute('tbd'))
  249 + $info .= "<br/><b>Not tested yet</b>";
  250 +
  251 + /*------------------- --------------------------------------*/
  252 +
245 253 }
  254 +
246 255  
247 256 if ($child->tagName == 'component')
248 257 {
... ...