Task #8620 (closed)
Group/User Chooser broken in History/Search
| Reported by: | dgaudioso | Owned by: | dgaudioso |
|---|---|---|---|
| Priority: | critical | Milestone: | Unscheduled |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Choosing a new user from either the history or search page is broken. Ideally, the chosen group/user should stick throughout the rest of the application.
Change History (3)
comment:1 Changed 7 years ago by wmoore
- Owner changed from wmoore to dgaudioso
comment:2 Changed 7 years ago by dgaudioso
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 7 years ago by wmoore
Dom, when you close a ticket, please link the commit (at least push to github) otherwise it's still bust for everyone else.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
This needs history.html to have the following code at the top of block left in the same way that containers.html and search.html have:
<div id="user_selection"> {% include "webclient/base/group_user_dropdown.html" %} </div>