Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8f66ee21

Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt

  • ID 8f66ee21a0e41ee002fc0988ab6f9fc9840b2cf7
  • Vorgänger 1bb8eb34
  • Nachfolger 9c81991b

Unterversionen: Aktion zum Erzeugen nur anzeigen, wenn Feature eingeschaltet

Unterschiede anzeigen:

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