Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 920773a2

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

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

Pflichtenhefttextblöcke: current_content_id leer richtig behandeln

Unterschiede anzeigen:

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