Revision 54167612
Von Andreas Rudin vor mehr als 4 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
61 | 61 |
type => 'one to many', |
62 | 62 |
class => 'SL::DB::AssortmentItem', |
63 | 63 |
column_map => { id => 'assortment_id' }, |
64 |
manager_args => { sort_by => 'position' }, |
|
64 | 65 |
}, |
65 | 66 |
history_entries => { |
66 | 67 |
type => 'one to many', |
Auch abrufbar als: Unified diff
Bei Sortimenten Sortimentsartikel nach 'position' sortieren
Bisher wurde die Spalte 'position' in der Tabelle assortment_items
ignoriert.