Revision 71fb51fb
Von Sven Schöling vor etwa 7 Jahren hinzugefügt
SL/Controller/RecordLinks.pm | ||
---|---|---|
106 | 106 |
my $presenter = $self->presenter; |
107 | 107 |
|
108 | 108 |
my @link_type_select = map { [ $_->{type}, $_->{title} ] } @link_types; |
109 |
my @projects = map { [ $_->id, $presenter->project($_, display => 'inline', style => 'both', no_link => 1) ] } @{ SL::DB::Manager::Project->get_all_sorted };
|
|
109 |
my @projects = map { [ $_->id, $_->presenter->project(display => 'inline', style => 'both', no_link => 1) ] } @{ SL::DB::Manager::Project->get_all_sorted };
|
|
110 | 110 |
my $is_sales = $self->object->can('customer_id') && $self->object->customer_id; |
111 | 111 |
|
112 | 112 |
$self->render( |
Auch abrufbar als: Unified diff
Presenter: Neue Struktur in RecordLinks