Revision 216802d6
Von Werner Hahn vor 7 Monaten hinzugefügt
SL/Controller/BackgroundJob.pm | ||
---|---|---|
208 | 208 |
filtered => 0, |
209 | 209 |
sorted => { |
210 | 210 |
package_name => t8('Package name'), |
211 |
description => t8('Description'), |
|
211 | 212 |
type => t8('Execution type'), |
212 | 213 |
active => t8('Active'), |
213 | 214 |
cron_spec => t8('Execution schedule'), |
SL/Controller/BackgroundJobHistory.pm | ||
---|---|---|
105 | 105 |
controller => $self, |
106 | 106 |
sorted => { |
107 | 107 |
package_name => t8('Package name'), |
108 |
description => t8('Description'), |
|
108 | 109 |
run_at => t8('Run at'), |
109 | 110 |
status => t8('Execution status'), |
110 | 111 |
result => t8('Result'), |
Auch abrufbar als: Unified diff
BGJ und BGJH im Controller init_model description eingebunden