Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 14a0f366

Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt

  • ID 14a0f36664f407b7a2bb4f3e5a237b4be5eb7cab
  • Vorgänger 66c4c45c

Tab Titel bei fehlenden gesetzt

Unterschiede anzeigen:

SL/Controller/RequirementSpec.pm
478 478
}
479 479

  
480 480
sub prepare_report {
481
  my ($self)      = @_;
482

  
483
  my $is_template = $::form->{is_template};
484
  my $report      = SL::ReportGenerator->new(\%::myconfig, $::form);
481
  my ($self)       = @_;
482
  my $is_template  = $::form->{is_template};
483
  my $report       = SL::ReportGenerator->new(\%::myconfig, $::form);
484
  $report->{title} = t8('Requirement Spec Templates');
485 485

  
486 486
  $self->models->disable_plugin('paginated') if $report->{options}{output_format} =~ /^(pdf|csv)$/i;
487 487
  $self->models->finalize; # for filter laundering

Auch abrufbar als: Unified diff