Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2011 at 11:41 UTC
Updated:
17 Jun 2014 at 07:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Wolfflow commentedThe ajax select box "Mark as read" does not work even in Firefox and Chrome, though!
Comment #2
ezra-g commentedThe button functions normall for me on Chrome on Mac OS 10.7.
Could you elaborate on "Doesn't work" ?
Comment #3
Wolfflow commentedAgain with support of pictures and on MAC OS X Lion and Safari Version 5.1.1 (7534.51.22)
1 I login in http://commons.acquia.com/mycontent
2.Mark 3 Items (see attached "marasread1.jpg ) for being marked as read.
3. Clicked on button "Mark as Read"
4. Results (see attached "markasread2.jpg") the 3 discussion Items are listed again.
That's it
Comment #4
deltalat commentedI have the same issue using Chrome on windows.
After clicking on the "Mark as Read" button, the screen will display all articles. I believe this issue showed up after the last views update (could be wrong on that). I have verified that the "Mark as Read" button works correctly by looking at the history.timestamp field before and after clicking the button for a particular node.
The problem is more than likely in the view. The view that generates this page is og_my_content->Unread content
If you look at the sql query there is a line that reads:
LEFT JOIN history history_user ON node.nid = history_user.nid AND history_user.uid = 0I think it should be equal to the the uid of the requesting user. If set to zero, history_user.timestamp is set to null so every field is returned.
I saw a similar error in another view and was able to work around it but that work around does not work here.
Comment #5
mstef commentedI don't know how a different browser/OS could cause the query to change. I also don't know where you're seeing that query. The query, indeed, works fine, and uses the current UID - there's no doubt in my mind about that.
Cannot reproduce with Linux or WinXP with any browser.
Comment #6
lsolesen commentedClosing old issues.