. 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
This commit is contained in:
Kevin Roast
2006-11-16 13:23:33 +00:00
parent d6e366c087
commit a30fc74ad7

View File

@@ -104,7 +104,7 @@ public class CreateWebContentWizard extends BaseContentWizard
this.mimeType = MimetypeMap.MIMETYPE_XML; this.mimeType = MimetypeMap.MIMETYPE_XML;
// check for a form ID being passed in as a parameter // 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 // it is used to init the dialog to a specific template
String formId = parameters.get("form-id"); String formId = parameters.get("form-id");