Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 606e7e25

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

Konfigurationsort für viele Flags ist Abschnitt 'features', nicht 'system'

Hoffentlich Fix für Bug 1624.

Unterschiede anzeigen:

bin/mozilla/oe.pl
222 222
  $form->all_vc(\%myconfig, $form->{vc}, ($form->{vc} eq 'customer') ? "AR" : "AP");
223 223

  
224 224
  # retrieve order/quotation
225
  $form->{webdav}   = $::lx_office_conf{system}->{webdav};
225
  $form->{webdav}   = $::lx_office_conf{features}->{webdav};
226 226
  $form->{jsscript} = 1;
227 227

  
228 228
  my $editing = $form->{id};
......
498 498

  
499 499
  print $form->parse_html_template("oe/form_footer", {
500 500
     %TMPL_VAR,
501
     webdav          => $::lx_office_conf{system}->{webdav},
501
     webdav          => $::lx_office_conf{features}->{webdav},
502 502
     print_options   => print_options(inline => 1),
503 503
     label_edit      => $locale->text("Edit the $form->{type}"),
504 504
     label_workflow  => $locale->text("Workflow $form->{type}"),

Auch abrufbar als: Unified diff