plone / plone.outputfilters

Provides a framework for registering filters that get applied to text as it is rendered.
6 stars 15 forks source link

Use our new uuidToObject() from plone.app.uuid.utils #54

Closed anirudhhkashyap closed 2 years ago

anirudhhkashyap commented 2 years ago

Fixes: #52

As mentioned, I've used the new uuidToObject() from plone.app.uuid.utils wherever applicable.

jensens commented 2 years ago

@jenkins-plone-org please run jobs

jensens commented 2 years ago

@jenkins-plone-org please run jobs

mauritsvanrees commented 2 years ago

Seems fine. Jenkins is broken for PRs, but I ran some tests locally and those were fine. I will merge. Let's keep an eye on Jenkins to see if it stays/becomes green. Thanks for your work!

mauritsvanrees commented 2 years ago

I have reverted this. It causes test failures in plone.outputfilters, plone.restapi and plone.volto. See this Jenkins report. Please see if you can fix those.