Changes between Version 13 and Version 14 of BluePrintCERT
- Timestamp:
- 12/05/10 19:37:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintCERT
v13 v14 61 61 * Remove the volunteer flag from pr_person & instead use: 62 62 * {{{response.s3.filter = (db.pr_person.id == db.vol_volunteer.person_id) & (db.vol_volunteer.status == 1)}}} 63 * There are issues with this filter anyway - need a nice way of making persons into volunteers from the vol module: a new registration controller? 63 64 * When adding a new team, _next() should open up the team onto the members tab (see requests -> items for an example) 64 65 * Tasks should be appearing as Component Tabs of Project (not sure why this isn’t working, seems setup)