Tres Seaver wrote:
The Owner role is something of a dead chicken. Don't rely on it and
ignore it as best you can unless you're really sure what you're doing...
I don't know why you would say that. The "Owner" local role (as opposed
to executable ownership) is widely used to allow creators of c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chris Withers wrote:
> Jürgen Herrmann wrote:
>
>> hmm, i'm a bit confused now. do you say that changeOwnershipType() only
>> has to do with "executeable ownership"?
>
>
> Yep, I think so...
>
>> especially i have to know which methods of the IOwne
Jürgen Herrmann wrote:
hmm, i'm a bit confused now. do you say that changeOwnershipType() only
has to do with "executeable ownership"?
Yep, I think so...
especially i have to know which methods of the IOwned interface are
essential and have to be reimplemented properly on my objects.
Why do
[ Florent Guillaume wrote:]
> Jürgen Herrmann wrote:
>> in AccessControl.Owned.Owned:
>>
>> def manage_changeOwnershipType(explicit=1, RESPONSE=None,
>> REQUEST=None):
>> """Change the type (implicit or explicit) of ownership.
>> """
>>
>> can somebody please explain what's the
Jürgen Herrmann wrote:
in AccessControl.Owned.Owned:
def manage_changeOwnershipType(explicit=1, RESPONSE=None, REQUEST=None):
"""Change the type (implicit or explicit) of ownership.
"""
can somebody please explain what's the difference between explicit
and implicit here, or