Revision 1f1ee792
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/RequirementSpec.pm | ||
---|---|---|
358 | 358 |
status => { sub => sub { $_[0]->status->description } }, |
359 | 359 |
type => { sub => sub { $_[0]->type->description } }, |
360 | 360 |
version => { sub => sub { $_[0]->version_id ? $_[0]->version->version_number : t8('Working copy without version') } }, |
361 |
mtime => { sub => sub { $_[0]->mtime->to_kivitendo(precision => 'minute') } },
|
|
361 |
mtime => { sub => sub { ($_[0]->mtime || $_[0]->itime)->to_kivitendo(precision => 'minute') } },
|
|
362 | 362 |
); |
363 | 363 |
|
364 | 364 |
map { $column_defs{$_}->{text} ||= $::locale->text( $self->get_sort_spec->{$_}->{title} ) } keys %column_defs; |
Auch abrufbar als: Unified diff
Pflichtenhefte ohne mtime: itime statt dessen ausgeben