In the past I've heard that it can be dangerous to rename the Plone site object(change it's id).
Is renaming dangerous? What are the potential issues when renaming?
|
In the past I've heard that it can be dangerous to rename the Plone site object(change it's id). Is renaming dangerous? What are the potential issues when renaming? |
|||
|
|
|
The problem seems to be in the references (from http://plone.293351.n2.nabble.com/Renaming-the-Plone-object-via-ZMI-td4428462.html):
Which was answered with:
In the thread there are some links to scripts to avoid losing references. |
|||||||||
|
|
Any reference to an object that is stored as a path will be a problem. As Yuri's answer points out, that includes the paths in catalogs. That's a relatively easy one to deal with, by doing a full rebuild of the catalog. There are other issues that may be harder to find, such as paths within collection criteria and portlet data. |
|||
|
|