jsharmony-cms
Version:
23 lines (22 loc) • 919 B
JSON
{
"Branch_Validate": {
"layout":"form",
"title":"Validate Revision",
"menu":"Revisions",
"onecolumn":true,
"roles": {"AUTHOR": "B","PUBLISHER": "B"},
"sqlselect":[
"select branch_desc branch_name,site_name,branch_type,site_id,(select sys_user_site_editor from {schema}.v_my_site where v_my_site.site_id=v_my_branch_desc.site_id) sys_user_site_editor",
"from {schema}.v_my_branch_desc where branch_id=@branch_id"
],
"hide_system_buttons":["print"],
"onload":"_this.onload(xmodel, callback);",
"fields": [
{"name":"branch_id","type":"bigint","control":"hidden","key":true},
{"name":"branch_name","control":"label","caption":"Revision","captionstyle":"text-align:right;font-weight:bold;"},
{"name":"site_id","control":"hidden"},
{"name":"sys_user_site_editor","control":"hidden"},
"#CMS_SITE_EDITOR_LOV"
]
}
}