Custom Query (2152 matches)
Results (1600 - 1602 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2816 | fixed | DomainObjectOperation not in model | toby | toby |
Description |
Over-enthusiastic removal of some model items this breaks qa extension |
|||
#2824 | fixed | Multiple of the same Flag Issues | danieljohnlewis | |
Description |
There is some bizarre language flag issues. 1) Log in to http://s031.okserver.org:2375/ (I'm logged in as danieljohnlewis) 2) Visit the apps page: http://s031.okserver.org:2375/apps 3) Have a look at the languages drop down, flags look fine (although Deutsche does have an EU flag rather than the German flag.. but that's irrelevant) 4) Change filters to, say, type: Application and sort: Newest, and apply. Web address becomes: http://s031.okserver.org:2375/apps?page=1&type=application&sort=created_desc 5) Look at the languages drop down: Flags are largely incorrect, with more than one country having the same flag. Please see the attached screenshot. Note: this was originally tested with Google Chrome on Linux (Ubuntu). |
|||
#2825 | fixed | Loss of URL encoding on language change on apps page | danieljohnlewis | |
Description |
Problem: On /apps page if you start in one language, filter the data, and then change languages it loses the correct format for the HTTP Get Parameters (and therefore loses the filters). Example, start in English language, change filter settings to to Application and Newest, change language to German. Expected: Retain correct format for HTTP Get Parameters so that the filter settings are retained. Solution will involve not turning "=" into "%3D" in the URL, i.e. turn off URL encoding. |