Revision f0e61977
Von Werner Hahn vor mehr als 8 Jahren hinzugefügt
SL/Controller/FileUploader.pm | ||
---|---|---|
26 | 26 |
# this action renders the popup dialog to upload the file |
27 | 27 |
sub action_ajax_add_file{ |
28 | 28 |
my ($self) = @_; |
29 |
$self->file(SL::DB::File->new);
|
|
29 |
$self->file( $::form->{id} ? SL::DB::File->new(id => $::form->{id})->load : SL::DB::File->new );
|
|
30 | 30 |
$self->render('common/file_upload', { layout => 0}, data => $::form); |
31 | 31 |
} |
32 | 32 |
|
Auch abrufbar als: Unified diff
Fileuploader: löschen und ändern anfang