Revision 8101dcde
Von Bernd Bleßmann vor mehr als 7 Jahren hinzugefügt
SL/Controller/BackgroundJob.pm | ||
---|---|---|
229 | 229 |
|
230 | 230 |
action => [ |
231 | 231 |
t8('Delete'), |
232 |
submit => [ '#form', { action => 'BackgroundJob/delete' } ],
|
|
232 |
submit => [ '#form', { action => 'BackgroundJob/destroy' } ],
|
|
233 | 233 |
confirm => t8('Do you really want to delete this object?'), |
234 | 234 |
disabled => $is_new ? t8('This object has not been saved yet.') : undef, |
235 | 235 |
], |
Auch abrufbar als: Unified diff
ActionBar: Hintergrundjob-Verwaltung: Action heißt destroy, nicht delete.