Custom Query (2152 matches)
Results (982 - 984 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#870 | fixed | Menu items not selecting correctly | memespring | |
Description |
Since the main menu items have changed (part of the UI redesign) the selected items are not functioning correctly. Specifically if Home / About or Add Package / Search are selected both menu items are highlighted. This is because the code assumes only one top-level menu item per controller. |
|||
#972 | wontfix | Merge 'extras' into main package dict rather than having separate key | sebbacon | rgrp |
Description |
Rather than have a separate 'extras' key all the extras fields should be consolidated into the main package dict when presenting the package internally or e.g. via the API. Why? Extras are really just an artefact of our internal storage model. Clients of the system (both internal and external) should just see a set of key/values with no distinction between extras and non-extras. Issues
Possible subticket of forms refactoring: #961 |
|||
#2307 | fixed | Merge 1.6.1 into master | icmurray | icmurray |
Description |
There are a number of features developed against 1.6.1 that need to be merged into master. |