Skip to content

erp5_notebook: change to use getTextContent

Xiaowu Zhang requested to merge zope4py3 into master

getData return b'text content' instead of 'text content' in py3, which is not convenient to edit for user

image

and if user save again, it's become b'btext content', which is broken

Merge request reports