Revision 54167612
Von Andreas Rudin vor fast 5 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
type => 'one to many',
|
||
class => 'SL::DB::AssortmentItem',
|
||
column_map => { id => 'assortment_id' },
|
||
manager_args => { sort_by => 'position' },
|
||
},
|
||
history_entries => {
|
||
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.