Revision 8f66ee21
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2245 | 2245 |
], |
2246 | 2246 |
action => [ |
2247 | 2247 |
t8('Create Sub-Version'), |
2248 |
call => [ 'kivi.Order.save', 'add_subversion', |
|
2249 |
],
|
|
2248 |
call => [ 'kivi.Order.save', 'add_subversion', ],
|
|
2249 |
only_if => $::instance_conf->get_lock_oe_subversions,
|
|
2250 | 2250 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
2251 |
: !$is_final_version ? t8('This sub-version is not yet finalized') . ' ' . t8('or the feature is disabled in the configuration settings.')
|
|
2251 |
: !$is_final_version ? t8('This sub-version is not yet finalized') |
|
2252 | 2252 |
: undef, |
2253 | 2253 |
], |
2254 | 2254 |
action => [ |
Auch abrufbar als: Unified diff
Unterversionen: Aktion zum Erzeugen nur anzeigen, wenn Feature eingeschaltet