pimcore-data-definitions
pimcore-data-definitions copied to clipboard
[Bug][Import][Classification Store] auto-map classification store items by name doesn't work
trafficstars
| 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.
@ivanmerta