[Zope-CMF] Getiing content's owner
   
    Chris Withers
     
    chrisw@nipltd.com
       
    Fri, 11 Oct 2002 11:49:46 +0100
    
    
  
Tres Seaver wrote:
> 
> LOFL -- you use the code you and Sidnei were arguing about on the other
> thread (e.g., the 'Creator' implementation) to get the userid, and then
> use the membership tool to get the member object.
I deliberately didn't make that connection ;-)
Why on earth should I be looking at the Creator? I want the Owner.
The two should not be forced to be the same.
In reality, Creator is broken. If you change ownership of the object, the 
Creator will magically change. bug?
And you can't call getOwner in a script, because it's access settings don't 
allow it :-(
Chris