textmaster / akeneo-extension

Akeneo extension to translate via TextMaster.com
Other
2 stars 4 forks source link

Missing attributes in bundle configuration #52

Closed simoncarre closed 4 years ago

simoncarre commented 4 years ago

Hello,

I have issue with bundle usage. In System / Configuration / TextMaster, I can choose only 2 attributes in Attributes field : capture_001

But I have many more attributes with type text or textare but they do not appear (for example description_web). Do you have an idea?

capture_002

Thank you in advance!

Akeneo version: EE 3.2.28 Bundle version: 3.2.3

simoncarre commented 4 years ago

After few minutes research it seems that is the SearchableRepositoryInterface::FETCH_LIMIT default value (20) in Akeneo\Pim\Structure\Bundle\Controller\InternalApi\AttributeController\AttributeController capture_001

Can you fix the bundle to bypass this limit?

Thank you in advance!

huynguyen93 commented 4 years ago

Thanks a lot for reporting this, we're fixing it now!

huynguyen93 commented 4 years ago

Hi @simoncarre, we fixed the issue!

You can update our package version now, the new version is 3.2.4.

After upgrading, make sure you have new asset built by running: ./bin/docker/pim-front.sh and clear the browser cache.

Thanks a lot!

simoncarre commented 4 years ago

Thank you for your quick fix!