harvest-dev team mailing list archive
-
harvest-dev team
-
Mailing list archive
-
Message #00334
[Bug 627686] Re: should be possible to display non listed opportunities
One more suggestion, this time in
templates/opportunities/include/package_details.html
Right now the plural string for the link that superexpands a package is:
“Show 32 hidden opportunities”
And the singular string is:
“Show hidden opportunity”
When I read that the first time the non-plural string kind of surprised me because it looked like something different and it wasn't immediately clear that a hidden opportunity was in a variable set. I think a reason there is the number is the most prominent part of the plural label.
Naturally, the fix is simple enough if you want: change that to "Show {{ counter }} hidden opportunity"
That would keep it nice and consistent.
--
should be possible to display non listed opportunities
https://bugs.launchpad.net/bugs/627686
You received this bug notification because you are a member of harvest-
dev, which is the registrant for harvest.
Status in Harvest Service: In Progress
Bug description:
Browsing a specific set filtered on selected options you get a list with all the sources in the set and the matching opportunities then a label counting the non listed ones. It would be nice to be able to click on that label to display those for a specific source.
Example reviewing build issues on the ubuntu-desktop set, having:
"<source>
* #bugnumber, opportunity
some opportunities are not listed, click to display those"
would be nice
References