Comment 4 for bug 813151

Revision history for this message
Dan Wells (dbw2) wrote :

Hello Michael,

My quick testing shows that these results are simply coming out in "database order", which can be considered more or less undefined from our perspective.

Ignoring for now the more complicated (and apparently incomplete) "Copy Locations Order" feature, I would try adding:

$second_cstore_arg->{"order_by"} = {"acpl" => "name"};

just after:

my $second_cstore_arg = {"no_i18n" => scalar($no_i18n)};

in CopyLocations.pm.

If that works out for you, please feel free to push a branch to working, as I think it would be worth applying even if only as an interim solution.

Thanks,
Dan