10 Sep
2003
10 Sep
'03
10:19 a.m.
Paavo Parkkinen wrote:
On Wed, 10.09.2003 at 07:32 +0300, Paavo Parkkinen wrote:
On Wed, 10.09.2003 at 08:16 +0400, Samir Mishra wrote:
I know I can "take ownership" of objects, but is there a convenient way to "give ownership" to someone?
context.manage_addLocalRoles(username, ['role'])
I'm such a moron. Of course 'role' should be 'Owner'.
That's the same as the Owner role Andreas was talking about, I don't think it's "Ownership" of the sense that Samir was talking about. Not sure you can 'give' ownership. If you really had to, I'd probably do it as an external method and take a look at the code for the "take ownership" method and adapt that... Chris