...
Code Block |
---|
if ( $this->Application->isAdminUser ) { return true; } |
Pay attention to the "addr:checkItemStatus
" method, because it's called from "OnBeforeItemUpdate
" and "OnBeforeItemDelete
" events, where such behavior may be desired.
...
Code Block |
---|
if ( $this->Application->isAdminUser ) { return true; } |
Pay attention to the "addr:checkItemStatus
" method, because it's called from "OnBeforeItemUpdate
" and "OnBeforeItemDelete
" events, where such behavior may be desired.