I'll just remove it then. Another question: The task says we should remove total ticket number as well. Is that correct? Information about a number of all tickets seem useful.
And a note: Should the "More" link really be there when there is less than max number of tickets? Cheers, Peter On Wed, Sep 19, 2012 at 12:03 PM, Gary Martin <[email protected]>wrote: > If there is a way for the paginator to make sense we could consider > keeping the code. I think it would only make sense if it updated the > tickets shown on the same page but it is not clear that we want that at the > moment. > > I would lean towards the second option. Although it might be annoying, it > could always be reverted and adapted to a future behaviour. > > Cheers, > Gary > > > > On 09/19/2012 10:52 AM, Peter Koželj wrote: > >> There are two ways we can do this. >> >> 1. We can add a "show_paginator" argument to the TicketQueryWidget and set >> it to False for every widget instance on dashboard. >> The plus side is that this leaves as with the option to have both >> style >> instances of the widget. >> The negative side is that we keep some dead code if we never use the >> option with shown paginator. >> >> 2. The simple solution is to simply remove the pagination stuff from the >> widget_grid.html. >> As far as I can tell, the widget is not used outside the dashboard >> anyway. >> >> Peter >> >> On Tue, Sep 18, 2012 at 1:18 PM, Apache Bloodhound < >> bloodhound-dev@incubator.**apache.org<[email protected]>> >> wrote: >> >> #187: Remove row count and results pagination from Dashboard >>> --------------------------+---**------------------- >>> Reporter: jdreimann | Owner: peter >>> Type: enhancement | Status: assigned >>> Priority: minor | Milestone: >>> Component: dashboard | Version: >>> Resolution: | Keywords: >>> --------------------------+---**------------------- >>> Changes (by gjm): >>> >>> * status: new => assigned >>> * owner: nobody => peter >>> >>> >>> -- >>> Ticket URL: <https://issues.apache.org/**bloodhound/ticket/187#comment:* >>> *3 <https://issues.apache.org/bloodhound/ticket/187#comment:3>> >>> Apache Bloodhound >>> <https://issues.apache.org/**bloodhound/<https://issues.apache.org/bloodhound/> >>> > >>> The Apache Bloodhound (incubating) issue tracker >>> >>> >
