roman2861 / n9-development-sources

Automatically exported from code.google.com/p/n9-development-sources
0 stars 0 forks source link

Unliking images does not work #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login and click on an image to see the detail view
2. Click on the "Star" icon twice to like + unlike
3. The image will not be unliked

Expected was that the image is unliked + the star does return to the "unliked" 
state

The reason is that XMLHttpRequest does not support the DELETE method (since 
they "forgot" to implement it in Qt4.7). See: 
https://codereview.qt-project.org/#change,32533.

Solution: Write a wrapper around QNetworkRequest to allow DELETE requests.

Original issue reported on code.google.com by DirkSong...@googlemail.com on 25 Sep 2012 at 5:06

GoogleCodeExporter commented 9 years ago

Original comment by DirkSong...@googlemail.com on 25 Sep 2012 at 5:08

GoogleCodeExporter commented 9 years ago
Fixed in 0.2.4

Original comment by DirkSong...@googlemail.com on 29 Sep 2012 at 11:51

GoogleCodeExporter commented 9 years ago
Done in 0.3.0 stable

Original comment by DirkSong...@googlemail.com on 12 Nov 2012 at 6:18