Revision 920773a2
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/RequirementSpecTextBlock.pm | ||
---|---|---|
273 | 273 |
return undef if $type !~ m/text-block/; |
274 | 274 |
} |
275 | 275 |
|
276 |
my $text_block = SL::DB::Manager::RequirementSpecTextBlock->find_by(id => $id);
|
|
276 |
my $text_block = $id ? SL::DB::Manager::RequirementSpecTextBlock->find_by(id => $id) : undef;
|
|
277 | 277 |
|
278 | 278 |
return $text_block ? $text_block->output_position : undef; |
279 | 279 |
} |
Auch abrufbar als: Unified diff
Pflichtenhefttextblöcke: current_content_id leer richtig behandeln