From 8101dcde0ec5f33721092c1cb541722f2a9d4c38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Tue, 14 Mar 2017 22:08:25 +0100 Subject: [PATCH] =?utf8?q?ActionBar:=20Hintergrundjob-Verwaltung:=20Action?= =?utf8?q?=20hei=C3=9Ft=20destroy,=20nicht=20delete.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/BackgroundJob.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ], -- 2.20.1