묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
도큐먼트 권한지정 애드온 수정권한주기
2018.06.27 15:48
아래 부분에서 읽기권한을 주는것 같은데요,
// 권한이 있으면 권한을 제거후 읽기만 가능하게
if($GLOBALS['own_document'][$document_srl] && $GLOBALS['appoint_view_user'][$document_srl]){
unset($GLOBALS['own_document'][$document_srl]);
$oDocument = Context::get('oDocument');
$oDocument->variables['status'] = 'PUBLIC';
Context::set('oDocument', $oDocument);
}
수정권한도 줄려면 어떻게 고쳐야 할까요?