Roundup Tracker - Issues

Message8236

Author rouilj
Recipients ezio.melotti, marthasimons, r.david.murray, rouilj
Date 2024-12-21.21:36:06
Message-id <1734816966.29.0.76545984123.issue2550924@roundup.psfhosted.org>
In-reply-to
Devel template schema.py file references a class patches, but has no patches.X.html file.
It does have patch.X.html. Changed class to patch from patches, but kept property name
patches. Followed through with changes to issue.item.html

Fixed a couple of incorrect comments saying patches is inherited from IssueClass in
devel and responsive schema.py.

In devel template alphabetized property list for a permission.

Added patch property to bug class in responsive template to match devel template. Responsive 
template has patch.X.html files.

This gets the schema for devel and responsive identical since they are supposed to implement
the same schema.

This doesn't fix the initial issues, but the cleanup might make dealing with it easier.

changeset:   8232:d0460348bf9a
History
Date User Action Args
2024-12-21 21:36:06rouiljsetmessageid: <1734816966.29.0.76545984123.issue2550924@roundup.psfhosted.org>
2024-12-21 21:36:06rouiljsetrecipients: + rouilj, ezio.melotti, r.david.murray, marthasimons
2024-12-21 21:36:06rouiljlinkissue2550924 messages
2024-12-21 21:36:06rouiljcreate