bigd1182

Results 2 comments of bigd1182

@mgogoulos were you able to get the fix ready for commit? I tried updating the htmlInDescription but that did not work when I added tags.

As a workaround, added this to get the type dynamically... ` my $typeValue; my $refType; my $options = $optionManager->supportedOption; foreach(sort {$a->key cmp $b->key} @$options) { if($_->key eq $key) { print...