Revision 49644f8f
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/RequirementSpecTextBlock.pm | ||
---|---|---|
7 | 7 |
use SL::DB::Helper::ActsAsList; |
8 | 8 |
use SL::Locale::String; |
9 | 9 |
|
10 |
__PACKAGE__->meta->add_relationships( |
|
11 |
requirement_spec => { |
|
12 |
type => 'one to many', |
|
13 |
class => 'SL::DB::RequirementSpec', |
|
14 |
column_map => { requirement_spec_id => 'id' }, |
|
15 |
}, |
|
16 |
); |
|
17 |
|
|
18 | 10 |
__PACKAGE__->meta->initialize; |
19 | 11 |
|
20 | 12 |
__PACKAGE__->configure_acts_as_list(group_by => [qw(requirement_spec_id output_position)]); |
Auch abrufbar als: Unified diff
Pflichtenhefttextblöcke (DB): Spalte "is_flagged"