Merge V3.2 to HEAD

16684: Fixed ETHREEOH-2348 "Wrong WebProject description display"
      - Description limited to 1000 chars 
      - The new values for name & description get displayed directly after update


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16917 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Erik Winlof
2009-10-14 12:56:20 +00:00
parent 9af5ac9f79
commit fdc7ae1fe5
2 changed files with 10 additions and 3 deletions

View File

@@ -138,7 +138,10 @@ public class EditWebsiteWizard extends CreateWebsiteWizard
// persist the forms, templates, workflows, workflow defaults and deployment config
// to the model for this web project
saveWebProjectModel(nodeRef);
// Make sure name and description are refreshed before display
this.navigator.resetCurrentNodeProperties();
return AlfrescoNavigationHandler.CLOSE_WIZARD_OUTCOME;
}