Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5878b90c

Von Werner Hahn vor mehr als 6 Jahren hinzugefügt

  • ID 5878b90c0b0b1caa84de692c39fdac9b01a9b103
  • Vorgänger 3c7d9283
  • Nachfolger 56b2b81c

Shopmodul: ActionBar, automatische Prüfung der Shopverbindung beim
speichern
Zusätzliche Felder in der Shopconfig für Pfad, Realm und Protokoll

Unterschiede anzeigen:

SL/DB/MetaSetup/Shop.pm
17 17
  obsolete          => { type => 'boolean', default => 'false', not_null => 1 },
18 18
  orders_to_fetch   => { type => 'integer' },
19 19
  password          => { type => 'text' },
20
  path              => { type => 'text', default => '/', not_null => 1 },
20 21
  port              => { type => 'integer' },
21 22
  price_source      => { type => 'text' },
22 23
  pricetype         => { type => 'text' },
24
  protocol          => { type => 'text', default => 'http', not_null => 1 },
25
  realm             => { type => 'text' },
26
  server            => { type => 'text' },
23 27
  sortkey           => { type => 'integer' },
24 28
  taxzone_id        => { type => 'integer' },
25
  url               => { type => 'text' },
26 29
);
27 30

  
28 31
__PACKAGE__->meta->primary_key_columns([ 'id' ]);

Auch abrufbar als: Unified diff