fix wrong sql-field for cronjobs_run description

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-11 11:35:10 +02:00
parent 3adc5dc119
commit 56e4739b98

View File

@@ -31,7 +31,7 @@ return [
'title' => lng('admin.cron.cronsettings'),
'icon' => 'fa-solid fa-clock-rotate-left',
'columns' => [
'c.description' => [
'c.desc_lng_key' => [
'label' => lng('cron.description'),
'field' => 'desc_lng_key',
'callback' => [Text::class, 'crondesc']
@@ -52,7 +52,7 @@ return [
],
],
'visible_columns' => Listing::getVisibleColumnsForListing('cron_list', [
'c.description',
'c.desc_lng_key',
'c.lastrun',
'c.interval',
'c.isactive',