Revision fb84ef15
Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt
SL/Controller/CustomVariableConfig.pm | ||
---|---|---|
158 | 158 |
sub init_modules { |
159 | 159 |
my ($self, %params) = @_; |
160 | 160 |
|
161 |
return [ |
|
162 |
{ module => 'CT', description => t8('Customers and vendors') }, |
|
163 |
{ module => 'Contacts', description => t8('Contact persons') }, |
|
164 |
{ module => 'IC', description => t8('Parts, services and assemblies') }, |
|
165 |
{ module => 'Projects', description => t8('Projects') }, |
|
166 |
]; |
|
161 |
return [ sort { $a->{description}->translated cmp $b->{description}->translated } ( |
|
162 |
{ module => 'CT', description => t8('Customers and vendors') }, |
|
163 |
{ module => 'Contacts', description => t8('Contact persons') }, |
|
164 |
{ module => 'IC', description => t8('Parts, services and assemblies') }, |
|
165 |
{ module => 'Projects', description => t8('Projects') }, |
|
166 |
{ module => 'RequirementSpecs', description => t8('Requirement Specs') }, |
|
167 |
)]; |
|
167 | 168 |
} |
168 | 169 |
|
169 | 170 |
sub create_or_update { |
Auch abrufbar als: Unified diff
Pflichtenhefte: Konfiguration für benutzerdefinierte Variablen anlegen