Revision f433396c
Von Werner Hahn vor 12 Monaten hinzugefügt
| SL/Controller/BackgroundJob.pm | ||
|---|---|---|
|
filtered => 0,
|
||
|
sorted => {
|
||
|
package_name => t8('Package name'),
|
||
|
description => t8('Description'),
|
||
|
type => t8('Execution type'),
|
||
|
active => t8('Active'),
|
||
|
cron_spec => t8('Execution schedule'),
|
||
| SL/Controller/BackgroundJobHistory.pm | ||
|---|---|---|
|
controller => $self,
|
||
|
sorted => {
|
||
|
package_name => t8('Package name'),
|
||
|
description => t8('Description'),
|
||
|
run_at => t8('Run at'),
|
||
|
status => t8('Execution status'),
|
||
|
result => t8('Result'),
|
||
Auch abrufbar als: Unified diff
BGJ und BGJH im Controller init_model description eingebunden