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

Comments

stox’s picture

Issue summary: View changes
stox’s picture

Issue summary: View changes
mpotter’s picture

I 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.

hefox’s picture

Title: No topics showing in discussion post list » No topics without published replies showing in discussion post list

Little 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"

hefox’s picture

Status: Active » Fixed

fixed 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)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

kdleon’s picture

Hi 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!

kdleon’s picture

Hi,

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!

SuperEngineer 64’s picture

Hey,

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 :\.

SuperEngineer 64’s picture

Status: Closed (fixed) » Active

Still not working. Testet on a fresh Open Atrium 7.x-2.43 Installation.

hefox’s picture

"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

hefox’s picture

StatusFileSize
new57.98 KB

I don't doubt ya'll in saying there's a bug, but will need more info to reproduce

hefox’s picture

Status: Active » Postponed (maintainer needs more info)
mpotter’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Try 2.60, but cannot reproduce this at all.