Custom Query (2152 matches)
Results (1957 - 1959 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1735 | wontfix | "Unsaved changes" warning briefly when you click "Save" | zephod | dread |
Description |
Super ticket #1744 If you edit a dataset, simply add a tag and click on "Save" then you get the message "You have unsaved changed. Make sure to click 'Save Changes' below before leaving this page." inserted whilst the submission takes place. (This is because the click moves focus away from the tag field). This (reasonably common) edge-case could usefully be squashed. Also note typo: "unsaved changed" |
|||
#1783 | fixed | Locale change exception when unicode in URL | dread | dread |
Description |
If the current page URL has unicode in it (e.g. u'/tag/biocombust\xedveis') then I'm not sure how why it isn't more encoded, but we are seeing links such as http://beta.dados.gov.br/dados/locale?locale=hu&return_to=/dados/tag/biocombust%C3%ADveis&hash=7fd941b5ba1a28bc84406c4191bf07b45a42a251 which cause an exception when the foreign character is passed to ckan.lib.hash.get_message_hash(). |
|||
#1791 | fixed | Changing locale on /dataset/new causes exception | dread | dread |
Description |
When you are on the /dataset/new page and you try and change locale then you get a 500 error. This is because it adds the 'cache' parameter, to ensure any proxy cache in the chain does not just send the cached page. |