From: Bernd Bleßmann Date: Tue, 14 Mar 2017 21:08:25 +0000 (+0100) Subject: ActionBar: Hintergrundjob-Verwaltung: Action heißt destroy, nicht delete. X-Git-Tag: release-3.5.4~1213 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8101dcde0ec5f33721092c1cb541722f2a9d4c38;p=kivitendo-erp.git ActionBar: Hintergrundjob-Verwaltung: Action heißt destroy, nicht delete. --- 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, ],