Revision 36703a86
Von Bernd Blessmann vor etwa 10 Jahren hinzugefügt
SL/DB/CustomVariableConfig.pm | ||
---|---|---|
11 | 11 |
use SL::DB::Manager::CustomVariableConfig; |
12 | 12 |
use SL::DB::Helper::ActsAsList; |
13 | 13 |
|
14 |
__PACKAGE__->meta->add_relationship( |
|
15 |
partsgroups => { |
|
16 |
type => 'many to many', |
|
17 |
map_class => 'SL::DB::CustomVariableConfigPartsgroup', |
|
18 |
}, |
|
19 |
); |
|
20 |
|
|
14 | 21 |
__PACKAGE__->meta->initialize; |
15 | 22 |
|
16 | 23 |
__PACKAGE__->configure_acts_as_list(group_by => [qw(module)]); |
Auch abrufbar als: Unified diff
Warengruppen-Filter f. CVars bei Waren
cherry-pick aus Kundenprojekt und Anpassungen an unstable (hauptsächlich
Umstellung auf Controller)
Conflicts: