Skip to content

Commit

Permalink
xmltohb.pl: change serverwizHide to serverwizShow and have it take a …
Browse files Browse the repository at this point in the history
…value

Change-Id: I6994d8e02aaa1960cf907be359cf9731d85c846c
RTC:164486
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38071
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
  • Loading branch information
Prachi Gupta authored and ploetzma committed Mar 28, 2017
1 parent 490d1c4 commit a015775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/targeting/common/xmltohb/xmltohb.pl
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ sub validateAttributes {
$elements{"virtual"} = { required => 0, isscalar => 0};
$elements{"tempAttribute"} = { required => 0, isscalar => 0};
$elements{"serverwizReadonly"} = { required => 0, isscalar => 0};
$elements{"serverwizHide"} = { required => 0, isscalar => 0};
$elements{"serverwizShow"} = { required => 0, isscalar => 1};

foreach my $attribute (@{$attributes->{attribute}})
{
Expand Down

0 comments on commit a015775

Please sign in to comment.