X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FBackgroundJob.pm;h=37f2d97558b8c67edbdf6571592e60840590db14;hb=62887955b1a2a6a0527d4cbb396f187399704387;hp=33da8b13871085725c2bb83729109671f39400a1;hpb=1df575c423b18dfd12ba1e4da86b5bfb26239c41;p=kivitendo-erp.git 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, ],