AvS_FastSimpleImport
AvS_FastSimpleImport copied to clipboard
Fix category position
Fix for issue #281.
During initCategories, the position of the next child for every category is retrieved from the db and updated during the import. If the position is not in the import data, the next_child_position is used and updated.
When an existing category is moved from one parent to another, it also gets a new position
We have a slightly different implementation of the category entity adapter, so someone should still test this.