Open frisi opened 10 years ago
I got a similar error and was able to work around it:
from collective.lineage.utils import enable_childsite
from collective.lineage.utils import disable_childsite
disable_childsite(a_folder)
enable_childsite(a_folder)
The values in the registry weren't lost.
create a folder named 'some-folder' mark it as childsite rename the folder to 'another-folder'
accessing the folder results in the following error
using collective.lineage master (2.0-refactor branch commits included) lineage.themeselection master lineage.registry 1.2