X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1df575c423b18dfd12ba1e4da86b5bfb26239c41..41ec1a254c67a6bbd3ce97b91fb9521876a2e91b:/SL/Controller/BackgroundJob.pm?ds=inline diff --git a/SL/Controller/BackgroundJob.pm b/SL/Controller/BackgroundJob.pm index 33da8b138..37f2d9755 100644 --- a/SL/Controller/BackgroundJob.pm +++ b/SL/Controller/BackgroundJob.pm @@ -229,7 +229,7 @@ sub setup_form_action_bar { action => [ t8('Delete'), - submit => [ '#form', { action => 'BackgroundJob/delete' } ], + submit => [ '#form', { action => 'BackgroundJob/destroy' } ], confirm => t8('Do you really want to delete this object?'), disabled => $is_new ? t8('This object has not been saved yet.') : undef, ],