提交 3019009e 编写于 作者: 蔡祥熠

Merge branch 'fix/CMS.create_document_identity_execption' into 'release'

Merge of fix/[内容管理]修复内容管理新建选择身份无效的问题 to release

See merge request o2oa/o2oa!934
......@@ -429,6 +429,7 @@ MWF.xApplication.cms.Index.Newer = new Class({
"isNewDocument" : true,
"title": title,
"creatorIdentity": identity,
"identity" : identity,
"appId" :this.categoryData.appId,
"categoryId" : this.categoryData.id,
"form" : this.categoryData.formId,
......@@ -542,6 +543,7 @@ MWF.xApplication.cms.Index.Newer = new Class({
"isNewDocument" : true,
"title": title,
"creatorIdentity": data.identity,
"identity": data.identity,
"appId" :this.categoryData.appId,
"categoryId" : this.categoryData.id,
//"form" : this.categoryData.formId,
......
......@@ -311,6 +311,7 @@ MWF.xApplication.cms.Index.Starter = new Class({
"isNewDocument" : true,
"title": title,
"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,
"categoryId" : this.categoryData.id,
"form" : this.categoryData.formId,
......@@ -389,6 +390,7 @@ MWF.xApplication.cms.Index.Starter = new Class({
"isNewDocument" : true,
"title": title,
"creatorIdentity": data.identity,
"identity" : data.identity,
"appId" :this.categoryData.appId,
"categoryId" : this.categoryData.id,
//"form" : this.categoryData.formId,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册