aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/my_planned.t
Commit message (Collapse)AuthorAgeLines
* Return JSON if `ajax` in paramspezholio2017-01-31-0/+12
|
* Add shortlist buttons to report lists.Matthew Somerville2017-01-12-2/+2
| | | | | | | This includes adding/removing reports from a user's shortlist, and manual reordering of a shortlist with up/down buttons. The backend code can cope with an item moving to any point in the list.
* Organize report admin actions into single control.Zarino Zappia2016-09-20-5/+5
| | | | | | | | As part of this, rename "planned reports" to "shortlist". The `.segmented-control` component now supports basic usage (as in the admin report actions menu bar) and usage with hidden radio inputs and labels (as on the report questionnaire page).
* Add user planned reports.Matthew Somerville2016-08-22-0/+52
A user with the appropriate permission can add/remove reports from their list of planned reports using a button on a report page. The list can be viewed at /my/planned.