testApproved
testApproved($todo_value)
Description:
Options:
Example:
/** * Determine if a TodoValue requires attention because a valid TodoValue.todo_value exists and has not been approved. * * * A TodoValue that requires approval: * - TRUE a TodoValue.approval_required (check first for the customized value) OR Todo.approval_required (the default value) is true * - TRUE a validated TodoValue.todo_value exists * - IS NULL TodoValue.approval_user_id * * */