Bugfix: Default SQLReport output columns randomly ordered
This commit is contained in:
parent
ba1525d091
commit
d3a8d76aa5
3 changed files with 21 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ sub www_view {
|
|||
my %row;
|
||||
my $colnum = 1;
|
||||
my @fields;
|
||||
foreach my $name (keys %{$data}) {
|
||||
foreach my $name ($p->getColumnNames) {
|
||||
if ($first) {
|
||||
push(@columns,{
|
||||
'column.number'=>$colnum,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue