[Kss-devel] bug tracker up and running
Pawel Lewicki
lewicki at provider.pl
Mon Jun 18 08:38:50 CEST 2007
Balazs Ree pisze:
> Sat, 16 Jun 2007 16:12:48 +0100 keltezéssel Martin Aspeli azt írta:
>
>
>> Balazs Ree wrote:
>>
>>> Sat, 16 Jun 2007 12:10:15 +0100 keltezéssel Martin Aspeli azt írta:
>>>
>>>
>>>> Balazs Ree wrote:
>>>>
>>>>> The kss bugtracker is up and running on http://kssproject.org/bugs .
>>>>>
>>>>> This is only meant for bugs concerning the kss internals: core
>>>>> framework, plugins, in short kss.core and everything that is in the
>>>>> codespeak repository. For bugs about the Plone applicaton and
>>>>> plone.app.kss, the Plone tracker has to be used.
>>>>>
>>>> Which version of Poi and Plone is that running? You shouldn't see the
>>>> "copy" action like that as anonymous... in fact, you shouldn't see a
>>>> green border at all.
>>>>
>>> Plone 2.5.3-final, and the Poi release 1.0, as downloaded from
>>> plone.org. I am not very familiar with Poi, so I decided to use the
>>> stable version instead of svn. Please tell me what I should use, your
>>> help is much appreciated (even in private).
>>>
>> That should be fine. Are there any custom workflows in effect?
>>
>> It may very well be a UI bug in Poi.
>>
>
>
> There seem to be just the standard workflows.
>
> However I came upon this:
>
> The green borders are shown if user has "Add Portal Content" permission.
> The poi tracker workflow grants this to anonymous. So this is why the
> green borders are shown.
>
> However, if I take away the permission, then Anonymous gets an
> unautrorized when he tries to save the issue he adds. So the permission
> is needed.
>
> I have no idea how this could be working fine somewhere else and not here.
>
Hi,
You may manually control that bar. Just add function like that in proper
context
def showEditableBorder(self, **kw):
if self.portal_membership.isAnonymousUser():
return 0
else:
return self.portal_skins.plone_scripts.showEditableBorder(**kw)
Pawel
More information about the Kss-devel
mailing list