Comment 5 for bug 1541971

Revision history for this message
Michael Terry (mterry) wrote :

Relatedly, if you rate the app but do not write a review, the Send button is enabled and will let you submit it (which is not intended, see comment #3).

The scope will refresh, but you won't see your review! Because (I assume) the review server rejected the textless review.

This bug seems to appear because the click scope specifies "required" = "review" for preview data [1]. If it specified nothing, both review and rating would be required, AFAIK.

So there is a further fix in the click scope to drop those lines I believe. I've added a task.

[1] http://bazaar.launchpad.net/~ubuntuone-control-tower/unity-scope-click/trunk/view/head:/libclickscope/click/preview.cpp#L934