instride-ch / pimcore-data-definitions

Data Definitions Plugin for Pimcore
Other
77 stars 58 forks source link

[Bug][Import][Classification Store] auto-map classification store items by name doesn't work #178

Open dkarlovi opened 5 years ago

dkarlovi commented 5 years ago
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Branch? master

Currently, the auto-map by name works for everything but the classification store.

The reason is, while the label shown to the user is SomeLabel, the actual name it's matched against is something like classificationstore~Store~2265~92.

This makes the auto-map feature basically useless for classification store users. Even more confusing, every part of UI still claims it's mapping against SomeLabel so you're left wondering why it didn't auto-map.

We should try to map by displayed label in case of classification store too.

dpfaffenbauer commented 5 years ago

@ivanmerta