Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:config-for-flatten-api-output' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo authored and genexusbot committed Oct 23, 2023
1 parent 0eef2a6 commit a1efb70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ bool GetWrappedStatus(GXBaseObject worker, bool defaultWrapped, Dictionary<strin
}
}
}
if (originalParCount > 1 && Preferences.FlattenSingleApiOutput)
if (originalParCount > 1 && !Preferences.FlattenSingleApiOutput)
{
wrapped = true; //Ignore defaultWrapped parameter.
}
Expand Down

0 comments on commit a1efb70

Please sign in to comment.