Roundup Tracker - Issues

Message5828

Author rouilj
Recipients ksenia_m, richard, rouilj
Date 2016-07-11.01:32:40
Message-id <1468200760.88.0.85502845047.issue2153101@psf.upfronthosting.co.za>
In-reply-to
The file-1 label should be matched by:

   ((?P<classname>%s)(?P<id>[-\d]+))?  # optional leading designator

if you have a class called "file". In the classic schema the file
class is define by:

file = FileClass(db, "file",
                name=String())

If you rename "file" things will break.

It is quite possible there is an issue here, but please
verify that you have the proper classes defined.

You have pointed out that @note and @file are coupled to specific
elements of the schema and that is not pointed out anywhere that I
can see in the docs. So that should be fixed.
History
Date User Action Args
2016-07-11 01:32:40rouiljsetmessageid: <1468200760.88.0.85502845047.issue2153101@psf.upfronthosting.co.za>
2016-07-11 01:32:40rouiljsetrecipients: + rouilj, richard, ksenia_m
2016-07-11 01:32:40rouiljlinkissue2153101 messages
2016-07-11 01:32:40rouiljcreate