[Zope-CMF] Proxy roles for Skins???

suresh_vv <sureshvv@hotmail.com> sureshvv@hotmail.com
Wed, 15 Jan 2003 13:35:38 -0000


--- In zopeCMF@yahoogroups.com, "suresh_vv <sureshvv@h...>" 
<sureshvv@h...> wrote:
> HAS anyone solved this problem yet?
> 

OK. I solved it myself using a horrible hack.

I modified FSPythonScript.py and added the following to the _write 
method
---
        if self.id in [ <My particular scripts> ]:
            self._proxy_roles = tuple(['Manager'])
---

What do you think? Is there any forgiveness for me?

Suresh