Hi RT hackers, I'm trying to give rights ShowTicket/ReplyToTicket rights to the ticket creator. For this I add a quick check in Principal::_HasRight, but there seems to be somewhere (where??) a check that prevent me to get $args{'Object'}->Creator. Seems accessing ->Creator run HasRight, but I do not understand where. Any idea?