Revision 14a0f366
Von Safwan Shakhy vor mehr als 1 Jahr hinzugefügt
- ID 14a0f36664f407b7a2bb4f3e5a237b4be5eb7cab
- Vorgänger 66c4c45c
SL/Controller/RequirementSpec.pm | ||
---|---|---|
}
|
||
|
||
sub prepare_report {
|
||
my ($self) = @_;
|
||
|
||
my $is_template = $::form->{is_template};
|
||
my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
|
||
my ($self) = @_;
|
||
my $is_template = $::form->{is_template};
|
||
my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
|
||
$report->{title} = t8('Requirement Spec Templates');
|
||
|
||
$self->models->disable_plugin('paginated') if $report->{options}{output_format} =~ /^(pdf|csv)$/i;
|
||
$self->models->finalize; # for filter laundering
|
Auch abrufbar als: Unified diff
Tab Titel bei fehlenden gesetzt