Revision 21f24006
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/RequirementSpecComplexity.pm | ||
---|---|---|
11 | 11 |
my ($self) = @_; |
12 | 12 |
|
13 | 13 |
my @errors; |
14 |
push @errors, t8('The description is missing.') if !$self->description; |
|
14 |
push @errors, t8('The description is missing.') if !$self->description; |
|
15 |
push @errors, t8('The description is not unique.') if $self->get_first_conflicting('description'); |
|
15 | 16 |
|
16 | 17 |
return @errors; |
17 | 18 |
} |
Auch abrufbar als: Unified diff
Verwaltung von Pflichtenheftkomplexitätsgraden