FriendsOfAkeneo / ExtendedAttributeTypeBundle

Extra attribute types for Akeneo PIM
23 stars 19 forks source link

Can not delete extended attribute #45

Closed jjdiaz closed 6 years ago

jjdiaz commented 6 years ago

Hi,

I'm installed this bundle under Akeneo EE 2.0.11. It runs ok except deleting an extended text attribute. I reinstalled and reconfigured the entire bundle and got same error. The prod log indicates:

[2018-01-22 19:36:55] request.CRITICAL: Uncaught PHP Exception Pim\Component\Catalog\Exception\UnsupportedFilterException: "Filter on property "textcol" is not supported or does not support operator "NOT EMPTY"" at /home/jjimenez/local/akeneo/vendor/akeneo/pim-community-dev/src/Pim/Component/Catalog/Query/ProductQueryBuilder.php line 138 {"exception":"[object] (Pim\Component\Catalog\Exception\UnsupportedFilterException(code: 0): Filter on property \"textcol\" is not supported or does not support operator \"NOT EMPTY\" at /home/jjimenez/local/akeneo/vendor/akeneo/pim-community-dev/src/Pim/Component/Catalog/Query/ProductQueryBuilder.php:138)"} []

Other functionalities of the bundles work really fine.

Thank you and Regards.

jmleroux commented 6 years ago

Hi @jjdiaz ,

thank you for raising this issue. We'll investigate soon.

Regards, JM

mmetayer commented 6 years ago

Hi @jjdiaz ,

This issue should have been fixed with the last version of the bundle (v2.0.2), is that the one that you are using ? If not, I would advise to composer update, and follow the README's upgrading steps (specifically, reset your elasticsearch indexes, re-index your products / product models, and - of course - clear your prod cache) Let me know if you are using the v2.0.2 and need further help

Regards, Mathias

jjdiaz commented 6 years ago

Hi @mmetayer

After installing new version v.2.0.2 the issue have been fixed. I was using the v2.0.0 and that was the problem.

Thank you very much, Mathias.