Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 56053021

Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt

  • ID 56053021d98abfd85a033a12d642714d821b8847
  • Vorgänger 8fec2dc1
  • Nachfolger 4c9ae7fe

Project::full_description: style=full für »kein Kunde verknüpft« gefixt

Unterschiede anzeigen:

SL/DB/Project.pm
} elsif ($params{style} =~ m/description/) {
$description = $self->description;
} elsif ($params{style} =~ m/full/) {
} elsif (($params{style} =~ m/full/) && $self->customer) {
$description = $self->projectnumber;
if ($self->description && do { my $desc = quotemeta $self->description; $self->projectnumber !~ m/$desc/ }) {
$description .= ' ' . $self->description;
......
domination)"). If the project's description is already part of the
project's number then it will not be appended.
If this project isn't linked to a customer then the style C<both> is
used instead.
=back
=back

Auch abrufbar als: Unified diff