Closed a2xchip closed 8 years ago
Hello @a2xchip,
Thank you very much for this detailed issue report. You are very lucky because this bug was already registered on our bug tracker and I picked it this week ! Here is my PR which should be merged soon: https://github.com/akeneo/pim-community-dev/pull/4302
Kind regards,
Julien
@juliensnz Cool! :-)
I got appeal from our users today about this issue. We use different sources for families from romanian and russian sources and they are all imported automatically. It was ok till they were working on that from romanian cause codes and labels are both the same. But russian labels are sluggified to latin codes so they are different and bug came up. I lost some hours to figure out what happens and why it is not working but see that you fix it by javascript changes very easy. Thank you!!!
Hello, the 1.5.2 has been released and it contains this fix. Best regards,
Laure
I'm reporting a Bug
For versions: from at least 1.4 to master
Scenario:
Given I have family with code "camcorder". And its label in english is "Camcorder" And I enter family edit form page and change its label to "Видеокамеры" Then I enter product edit form and want to change its family to camcorder by label And I enter "Видео" and "Видеокамеры" in search result
It fails.
Resons
The reason is that in FamilySearchableRepository we have search params as
where code
andor where label
.But
or where label
depends on `options['locale']that is never transmitted by
Rest\FamilyController`` cause it does not recieves it.search url will be so