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