Hi, Newbie-question: "which permission must a user have, to rename an object?" regards Lars
On Thu, Jun 06, 2002 at 03:42:39PM +0200, Lars H. Korte wrote:
Newbie-question: "which permission must a user have, to rename an object?"
I think it's the same permission as required to create a new object of that type. -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
Mike Renfro schrieb:
On Thu, Jun 06, 2002 at 03:42:39PM +0200, Lars H. Korte wrote:
Newbie-question: "which permission must a user have, to rename an object?"
I think it's the same permission as required to create a new object of that type.
Then it's not the same, because a user can create an object, but can't rename it. Trying to rename it, the following error appears: --- Unauthorized You are not allowed to access manage_renameObjects in this context --- any other ideas? regards Lars
For some unholy reason the permission you need is 'View management screens'. See OFS/CopySupport.py for the definition. Stefan --On Donnerstag, 06. Juni 2002 15:42 +0200 "Lars H. Korte" <lk@ordix.de> wrote:
Hi,
Newbie-question: "which permission must a user have, to rename an object?"
-- BLOWFISH, n. - Preference for beef.
Hi, thank you very very much!!! that solved a big problem that we had!!! regards Lars "Stefan H. Holek" schrieb:
For some unholy reason the permission you need is 'View management screens'.
See OFS/CopySupport.py for the definition.
Stefan
--On Donnerstag, 06. Juni 2002 15:42 +0200 "Lars H. Korte" <lk@ordix.de> wrote:
Hi,
Newbie-question: "which permission must a user have, to rename an object?"
-- BLOWFISH, n. - Preference for beef.
participants (3)
-
Lars H. Korte -
Mike Renfro -
Stefan H. Holek