| Issue 73: | Not possible to run reports on individual previous students | |
| 2 people starred this issue and may be notified of changes. | Back to list |
In most reports there is a "include deleted" option. This does not make students show when searching for a particular student for the report. The student search ajax box should automatically adjust behavior for this. Perhaps two boxes exist and toggle when the checkbox is checked.
Mar 16, 2011
No terrible code way too many changes all over the place. It's now a user preference. Sorta shitty but it's like 1 extra line of code instead of 100's all over reinventing every damn form, ajax_selects, and views. It probably makes sense once you understand it but it's fucking stupid as hell to click preferences to adjust your search. Meh. |
Additional form created for deleted students. To implement 1) add GET include_deleted 2) if 'include_deleted' in request.GET: form = DeletedStudentLookupForm()