Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a7cdf033

Von Moritz Bunkus vor etwa 3 Jahren hinzugefügt

  • ID a7cdf033d213c38a8287d07e3f3bc55b90a48e1a
  • Vorgänger e0900c89
  • Nachfolger f114da3b

Benutzerdef. Var. als HTML-Feld: CSV-Import

Unterschiede anzeigen:

SL/Controller/CsvImport/Base.pm
293 293

  
294 294
  my %type_to_column = ( text      => 'text_value',
295 295
                         textfield => 'text_value',
296
                         htmlfield => 'text_value',
296 297
                         select    => 'text_value',
297 298
                         date      => 'timestamp_value_as_date',
298 299
                         timestamp => 'timestamp_value_as_date',
SL/Controller/CsvImport/BaseMulti.pm
174 174

  
175 175
  my %type_to_column = ( text      => 'text_value',
176 176
                         textfield => 'text_value',
177
                         htmlfield => 'text_value',
177 178
                         select    => 'text_value',
178 179
                         date      => 'timestamp_value_as_date',
179 180
                         timestamp => 'timestamp_value_as_date',

Auch abrufbar als: Unified diff