Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d98b10d9

Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt

  • ID d98b10d9bf580996729826c720e986ac9d57bf53
  • Vorgänger 5dc93413
  • Nachfolger 5a0288d0

SimpleSystemSetting: Umstellung von »Pflichtenhefte« → »Pflichtenhefttypen«

Unterschiede anzeigen:

SL/Controller/SimpleSystemSetting.pm
],
},
requirement_spec_type => {
# Make locales.pl happy: $self->render("simple_system_setting/_requirement_spec_type_form")
class => 'RequirementSpecType',
titles => {
list => t8('Requirement Spec Types'),
add => t8('Add requirement spec type'),
edit => t8('Edit requirement spec type'),
},
list_attributes => [
{ method => 'description', title => t8('Description') },
{ method => 'section_number_format', title => t8('Section number format') },
{ method => 'function_block_number_format', title => t8('Function block number format') },
],
},
);
my @default_list_attributes = (

Auch abrufbar als: Unified diff