Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a module global COLLECTIONISH_TARGETS #154

Merged
merged 20 commits into from
Mar 25, 2022
Merged

Conversation

jensens
Copy link
Member

@jensens jensens commented Feb 8, 2022

to register other tiles with collections than plone.app.standardtiles.contentlisting

Also: Support Plone 6

@jensens jensens force-pushed the collectionish-tile-targets branch 3 times, most recently from c7e5d09 to 72413c5 Compare February 8, 2022 20:58
@jensens
Copy link
Member Author

jensens commented Feb 8, 2022

On Plone 6 some robot tests are failing, because of some problem with the log in, probably due to chnages in Plone markup itself.
@agitator @petschki and all: Do you know why?

@petschki
Copy link
Member

petschki commented Feb 9, 2022

I think its because of the pinned plone.app.robotframework version in base.cfg ... Plone 6.0 needs a newer

@jensens jensens requested a review from fredvd March 23, 2022 12:16
@jensens
Copy link
Member Author

jensens commented Mar 25, 2022

All Systems Red. (btw a good scifi read by Martha Wells) sigh here ;-)

@petschki
Copy link
Member

strangely also the merge commit from yesterday turned red although the PR was green 🧐 ... somehow the make_bool index_modifier isn't called anymore ...

@@ -213,6 +217,9 @@ def get_filter_items(
or filter_value in value_blacklist
):
continue
if isinstance(filter_value, int):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks boolean filter_value because isinstance(<False or True>, int) == True and therefore boolean values get converted to strings

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed that ... and portlets too with the new reverse setting

@petschki petschki self-requested a review March 25, 2022 09:43
Copy link
Member

@petschki petschki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@petschki petschki mentioned this pull request Mar 25, 2022
@jensens jensens merged commit 6cad72f into master Mar 25, 2022
@jensens jensens deleted the collectionish-tile-targets branch March 25, 2022 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants