Kaydet (Commit) 914fbb57 authored tarafından Andras Timar's avatar Andras Timar

fdo#33798 msidbFeatureAttributesUIDisallowAbsent for hidden feat.

Change-Id: I0c8788f88b3c219e789af7f8bfa79e5dd31c5b3a
üst 352f4f1f
......@@ -179,6 +179,7 @@ sub get_feature_attributes
if ( $onefeature->{'ParentID'} ) { $parentgid = $onefeature->{'ParentID'}; }
if (( $parentgid eq "" ) || ( $parentgid eq $installer::globals::rootmodulegid )) { $attributes = "8"; }
elsif ( get_feature_display($onefeature) eq "0" ) { $attributes = "26"; } # fdo#33798
else { $attributes = "10"; }
return $attributes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment