提交 a8e3acc4 编写于 作者: 蔡祥熠

Merge branch 'hotfix/CMS_publishDelay' into 'master'

Merge of hotfix/CMS_publishDelay 修复cms表单未保存无延迟发布按钮的问题 to master

See merge request o2oa/o2oa!1199

(cherry picked from commit be3a9edb)

4b914821 修复cms表单未保存无延迟发布按钮的问题
上级 6242e313
......@@ -46,6 +46,18 @@
"read": false,
"edit" : true
},
{
"type": "MWFToolBarButton",
"img": "submitDelayed.png",
"img_over": "submitDelayed_over.png",
"title": "{{$.lp.publishDelayedTitle}}",
"action": "publishDocumentDelayed",
"text": "{{$.lp.publishDelayed}}",
"id": "action_publishDocumentDelayed",
"control": "allowPublishDocumentDelayed",
"read": false,
"edit" : true
},
{
"type": "MWFToolBarButton",
"img": "save.png",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册