jsharmony-cms
Version:
13 lines (12 loc) • 600 B
JSON
{
"Branch_Archive": {
"layout": "exec",
"title": "Archive Revision",
"actions": "U",
"roles": {"AUTHOR": "BU","PUBLISHER": "BU"},
"sqlexec": "update {schema}.branch set branch_sts='ARCHIVE' where branch_id=@branch_id and (({schema}.my_user_is_publisher(branch.site_id) = 1) or (branch_id in (select branch_id from {schema}.v_my_branch_access where branch_type='USER' and branch_sts='ACTIVE' and branch_access='RW')))",
"fields": [
{"name":"branch_id", "actions":"BU", "type":"bigint", "key": 1, "caption":"Branch ID", "validate": ["Required"]}
]
}
}