Revision 85d74cfe
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
SL/Controller/SimpleSystemSetting.pm | ||
---|---|---|
268 | 268 |
], |
269 | 269 |
}, |
270 | 270 |
|
271 |
time_recording_type => { |
|
272 |
# Make locales.pl happy: $self->render("simple_system_setting/_time_recording_type_form") |
|
273 |
class => 'TimeRecordingType', |
|
274 |
auth => 'config', |
|
275 |
titles => { |
|
276 |
list => t8('Time Recording Types'), |
|
277 |
add => t8('Add time recording type'), |
|
278 |
edit => t8('Edit time recording type'), |
|
279 |
}, |
|
280 |
list_attributes => [ |
|
281 |
{ method => 'abbreviation', title => t8('Abbreviation') }, |
|
282 |
{ method => 'description', title => t8('Description') }, |
|
283 |
{ method => 'obsolete', title => t8('Obsolete'), formatter => sub { $_[0]->obsolete ? t8('yes') : t8('no') } }, |
|
284 |
], |
|
285 |
}, |
|
286 | 271 |
); |
287 | 272 |
|
288 | 273 |
my @default_list_attributes = ( |
Auch abrufbar als: Unified diff
Revert "Zeiterfassung: SimpleSystemSettings für Typen"
This reverts commit d01aad90ec0e0f0800037e9753acbacccf819a0c.