Alin Voinea

Results 111 comments of Alin Voinea

@tisto What about this one https://github.com/plone/plone.restapi/issues/355

I confirm this is a breaking one: Traceback (most recent call last): File "/app/lib/python3.11/site-packages/collective/exportimport/import_content.py", line 409, in import_new_content new = self.handle_new_object(item, index, new) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/lib/python3.11/site-packages/collective/exportimport/import_content.py", line 430, in handle_new_object...

@Samiul-TheSoccerFan https://github.com/eea/eea-website-frontend/tree/develop

@danjer Thank you. Can you please check python3 tests as they are failing.

@silviubogan I skipped the cypress tests in order to release it :smile: My fault here. Still I think this error is not catched by the cypress tests.

@nutjob4life Thank you for reporting this. A pull-request on the issue would be appreciated :wink:

@gbastien This one is a more complex issue. We have another use case of this, and this change will break it. We use a hidden facet with default selected values...

We still can find a solution for the visible facets. Thus you have: ``` c1: hidden c2: visible c3: visible ``` By default query `c1` If `c2` or `c3` active:...

@iwolfm Thank you! A Pull-Request would be appreciated.