Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.1
-
None
-
Portal Site Manager
Description
PortalSiteManager.CopyMoveWindow.copyForm.onValidate() accesses getDocName() to validate name change, but this field is not set with values from the form when the validation is performed. When the button is submitted later, setDocName() is invoked correctly.
This bug results in the the code thinking that the move, (or copy), name is unchanged and thus will not allow the move to occur. Changing the path is required for the operation to pass validation.