Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 920773a2

Von Moritz Bunkus vor etwa 11 Jahren hinzugefügt

  • ID 920773a21471e68264657155a26caec25d63c9f6
  • Vorgänger b48939fe
  • Nachfolger a9cc182f

Pflichtenhefttextblöcke: current_content_id leer richtig behandeln

Unterschiede anzeigen:

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