[Tracker-discuss] [issue252] Python bug tracker won't let you edit your profile

Daniel Diniz metatracker at psf.upfronthosting.co.za
Fri Mar 20 15:19:17 CET 2009


Daniel Diniz <ajaksu at gmail.com> added the comment:

Martin, I don't have this problem on the roundup tracker either, tried many
combinations of organization, phone, timezone, but I can't trigger this bug.

However, I notice roundup.cgi.actions.EditCommon.editItemPermission used to have
this check:
        if self.classname == 'user':
            [...]
            if self.isEditingSelf():
                return 1

And now it checks for Edit permission on each property. Hmm, maybe we have a
detector changing some non-obvious property?

_______________________________________________________
PSF Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue252>
_______________________________________________________


More information about the Tracker-discuss mailing list