From a30fc74ad76eb06d38ab8873ddff81a90cd93a90 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Thu, 16 Nov 2006 13:23:33 +0000 Subject: [PATCH] . Create Web Content from Form hooked into Available Content Forms panel in the User Sandboxes component - Create Web Content form initialised with the correctly selected form template in the drop-down . Revert node, Revert Selected and Revert All actions working git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4371 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../java/org/alfresco/web/bean/wcm/CreateWebContentWizard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/web/bean/wcm/CreateWebContentWizard.java b/source/java/org/alfresco/web/bean/wcm/CreateWebContentWizard.java index 02bed6fc8d..8e0e88385e 100644 --- a/source/java/org/alfresco/web/bean/wcm/CreateWebContentWizard.java +++ b/source/java/org/alfresco/web/bean/wcm/CreateWebContentWizard.java @@ -104,7 +104,7 @@ public class CreateWebContentWizard extends BaseContentWizard this.mimeType = MimetypeMap.MIMETYPE_XML; // check for a form ID being passed in as a parameter - if (parameters.get("form-id") != null) + if (this.parameters.get("form-id") != null) { // it is used to init the dialog to a specific template String formId = parameters.get("form-id");