Closed (cannot reproduce)
Project:
Open Atrium
Version:
7.x-2.30
Component:
Discussion App
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2015 at 11:38 UTC
Updated:
4 Mar 2016 at 16:26 UTC
Jump to comment: Most recent, Most recent file
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.