X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6761a7c1fdf3074ac5a16dccf04d40dbc64f6b5f..459574b971b01d2cc88c5d4cbe1ad14c11b19ec7:/SL/Controller/SimpleSystemSetting.pm diff --git a/SL/Controller/SimpleSystemSetting.pm b/SL/Controller/SimpleSystemSetting.pm index 5660f22c2..de0feb073 100644 --- a/SL/Controller/SimpleSystemSetting.pm +++ b/SL/Controller/SimpleSystemSetting.pm @@ -155,6 +155,15 @@ my %supported_types = ( ], }, + requirement_spec_complexity => { + class => 'RequirementSpecComplexity', + titles => { + list => t8('Complexities'), + add => t8('Add complexity'), + edit => t8('Edit complexity'), + }, + }, + requirement_spec_predefined_text => { # Make locales.pl happy: $self->render("simple_system_setting/_requirement_spec_predefined_text_form") class => 'RequirementSpecPredefinedText', @@ -172,6 +181,15 @@ my %supported_types = ( ], }, + requirement_spec_risk => { + class => 'RequirementSpecRisk', + titles => { + list => t8('Risk levels'), + add => t8('Add risk level'), + edit => t8('Edit risk level'), + }, + }, + requirement_spec_status => { # Make locales.pl happy: $self->render("simple_system_setting/_requirement_spec_status_form") class => 'RequirementSpecStatus',