plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
254 stars 191 forks source link

LinguaPlone support code still in Plone6 #3375

Open gotcha opened 2 years ago

gotcha commented 2 years ago

https://github.com/plone/Products.CMFPlone/blob/master/Products/CMFPlone/WorkflowTool.py#L240

From line 240 to 246

WorkflowTool still has reference to LinguaPlone. It seems plone.app.multilingual also needs fiddling with the catalog.

Should we fix that code ?

gotcha commented 2 years ago

@jensens @ale-rt Who knows multilingual enough to be able to clean this ?

jensens commented 2 years ago

I could figure this out, but this topic is at the moment not on my priorities list. Does it result in problems?

ale-rt commented 2 years ago

I do not have a lot of experience with multilingual stuff. It would be good to remove this old code but if it does not harm I would not consider this an high prio.

gotcha commented 2 years ago

@jensens Nothing urgent. I thought I write it down when I found it in order to not get it lost.