View Issue Details

IDProjectCategoryView StatusLast Update
0000892OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-10 14:22
Reporterkhalid Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.2 revision 18998 
Fixed in Version4.1.3 revision 19918 
Summary0000892: When importing some of the columns are not determined automatically
DescriptionWhen you import, some of the columns are not determined automatically, as either missing or have incorrect title

In particular, when you import oxarticles the columns OXBUNDLEID, OXREMINDACTIVE and OXMANUFACTURERID not determined

OXBUNDLEID and OXMANUFACTURERID is missing in the drop-down list, and OXREMINDACTIVE marked as OXREMINDACTIV and certainly not determined.
TagsExport, Import
Attached Files
screen.png (24,223 bytes)   
screen.png (24,223 bytes)   
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-05-19 13:15

reporter   ~0000935

Last edited: 2009-05-19 13:49

problem in /core/objects/oxerptype_article.php file:

    'OXREMINDACTIV' => 'OXREMINDACTIV' must be changed to 'OXREMINDACTIVE' => 'OXREMINDACTIVE';

And these must be added to end of $_aFieldListVersions array:

    'OXBUNDLEID' => 'OXBUNDLEID',
    'OXMANUFACTURERID' => 'OXMANUFACTURERID',