Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 984f6322

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

  • ID 984f6322b98c8d0cd3ceb9f659ed6621d180e617
  • Vorgänger 95e7381e
  • Nachfolger 43e74053

Mandantenkonfiguration: experimentelle Features einzeln an-/abschaltbar machen

es gibt nun "feature_experimental_order" und "feature_experimental_assortment"

angepasster cherry pick von odyn: bc94c40f2f64e7b40fbd90c49dbf41f86688c32d

Unterschiede anzeigen:

bin/mozilla/oe.pl
1228 1228

  
1229 1229
  my $idx = 1;
1230 1230

  
1231
  my $edit_url = ($::instance_conf->get_feature_experimental)
1231
  my $edit_url = ($::instance_conf->get_feature_experimental_order)
1232 1232
               ? build_std_url('script=controller.pl', 'action=Order/edit', 'type')
1233 1233
               : build_std_url('action=edit', 'type', 'vc');
1234 1234

  
......
2138 2138
  my $content;
2139 2139

  
2140 2140
  if (@{ $quotations }) {
2141
    my $edit_url = ($::instance_conf->get_feature_experimental)
2141
    my $edit_url = ($::instance_conf->get_feature_experimental_order)
2142 2142
                 ? build_std_url('script=controller.pl', 'action=Order/edit')
2143 2143
                 : build_std_url('script=oe.pl', 'action=edit');
2144 2144

  

Auch abrufbar als: Unified diff