Discussion posts are not listed on the discussion section page - see attached.
discussion_1.png: Creating a new post
discussion_2.png: Checking space and section the post should show up in
discussion_3.png: Discussion list page for space
To recreate:
Create a new space
Create a new discussion section
Post a new discussion post into that discussion section
Go to discussion section page
Result
No posts are listed
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | Screen Shot 2015-07-20 at 9.10.02 AM.png | 57.98 KB | hefox |
| discussion_3.png | 8.62 KB | stox | |
| discussion_2.png | 13.16 KB | stox | |
| discussion_1.png | 8 KB | stox |
Comments
Comment #1
stox commentedComment #2
stox commentedComment #3
mpotter commentedI can confirm this on our test server. Not sure what's going on here, but looks like the View isn't working. Customize page shows the placeholder for the Topic list view, and the content all looks to have the correct space/section values. We'll look into this.
Comment #4
hefox commentedLittle more complicated then that.
I added a filter so the reply count wouldn't include unpublished replies, but that had the effect of excluding any topic without a published reply -- oops! Changed it to "published reply or null"
Comment #5
hefox commentedfixed in oa_discussion -dev
If need temp fix, can alter the view the same as I did (adding an or filter group then adding a replies node: nid IS EMPTY and the current replies: published filter)
Comment #7
kdleon commentedHi hefox,
I'm having the same issue and in need of a quick fix. I was wondering if you could further elaborate what you did to temporarily fix it? Sorry, I'm still new to Drupal and can't quite understand what you did on #5. Thanks!
Comment #8
kdleon commentedHi,
I think I managed to do accomplish this by adding a filter group for:
(replies) Content: Nid (empty) OR | Aggregation settings
(replies) Content: Published (Yes) | Aggregation settings
It works fine... However, topics with 0 replies are not visible in the non-admin/space member's end. Can somebody shed me some light on this?
Thanks!
Comment #9
SuperEngineer 64 commentedHey,
It seems that this major bug isnt fixed? I installed the newest OA Version and still, the discussion section is empty.
The whole section is unusable with that bug :\.
Comment #10
SuperEngineer 64 commentedStill not working. Testet on a fresh Open Atrium 7.x-2.43 Installation.
Comment #11
hefox commented"Is the steps to reproduce this the same? I am fairly certian I added tests (that passed in order for the current version to be released) for this scenario
Comment #12
hefox commentedI don't doubt ya'll in saying there's a bug, but will need more info to reproduce
Comment #13
hefox commentedComment #14
mpotter commentedTry 2.60, but cannot reproduce this at all.