|
@@ -311,6 +311,7 @@ MWF.xApplication.cms.Index.Starter = new Class({
|
|
|
"isNewDocument" : true,
|
|
"isNewDocument" : true,
|
|
|
"title": title,
|
|
"title": title,
|
|
|
"creatorIdentity": this.identityArea ? this.identityArea.get("value") : this.identityList[0].distinguishedName,
|
|
"creatorIdentity": this.identityArea ? this.identityArea.get("value") : this.identityList[0].distinguishedName,
|
|
|
|
|
+ "identity": this.identityArea ? this.identityArea.get("value") : this.identityList[0].distinguishedName,
|
|
|
"appId" :this.categoryData.appId,
|
|
"appId" :this.categoryData.appId,
|
|
|
"categoryId" : this.categoryData.id,
|
|
"categoryId" : this.categoryData.id,
|
|
|
"form" : this.categoryData.formId,
|
|
"form" : this.categoryData.formId,
|
|
@@ -389,6 +390,7 @@ MWF.xApplication.cms.Index.Starter = new Class({
|
|
|
"isNewDocument" : true,
|
|
"isNewDocument" : true,
|
|
|
"title": title,
|
|
"title": title,
|
|
|
"creatorIdentity": data.identity,
|
|
"creatorIdentity": data.identity,
|
|
|
|
|
+ "identity" : data.identity,
|
|
|
"appId" :this.categoryData.appId,
|
|
"appId" :this.categoryData.appId,
|
|
|
"categoryId" : this.categoryData.id,
|
|
"categoryId" : this.categoryData.id,
|
|
|
//"form" : this.categoryData.formId,
|
|
//"form" : this.categoryData.formId,
|