Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.1
-
Fix Version/s: 1.0-RC1
-
Component/s: None
-
Labels:None
-
Request Controller:Please Select
-
External Supervisor:Please select
-
Executing Programmer:Please select
Description
The code in updateNode does this:
def oldSpaceName = params.space ? WcmSpace.get(params.'space.id')?.name : content.space.name
It is odd to require this old space, and version revisions fail if space is null but this is not detected early in the updateNode call.