Revision e40c9d4d
Von Jan Büren vor mehr als 7 Jahren hinzugefügt
SL/Controller/RecordLinks.pm | ||
---|---|---|
134 | 134 |
my @with_objects = ($vc); |
135 | 135 |
push @with_objects, $project if $manager->can($project_id); |
136 | 136 |
|
137 |
my $objects = $manager->get_all_sorted(where => \@where, with_objects => \@with_objects); |
|
137 |
# show the newest records first (should be better for 80% of the cases TODO sortable click |
|
138 |
my $objects = $manager->get_all_sorted(where => \@where, with_objects => \@with_objects, sort_by => 'itime', sort_dir => 'ASC'); |
|
138 | 139 |
my $output = $self->render( |
139 | 140 |
'record_links/add_list', |
140 | 141 |
{ output => 0 }, |
Auch abrufbar als: Unified diff
Erster Schritt für #278
Auswahl von manuellen Verknüpfung von Neu nach Alt sortieren