#7857 closed defect (bug) (fixed)
Nouveau - Activity comments are hidden
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.1.0 | Priority: | normal |
Severity: | normal | Version: | 3.0.0 |
Component: | Templates | Keywords: | has-patch commit |
Cc: |
Description
There's a bug that hides all activity comments for being shown in Nouveau.
I have narrowed it down to this commit on Github:
https://github.com/buddypress/next-template-packs/commit/b1846eeef85b806fbf5d4cfa3efd1e61054079fc
The problem is due to a check for $( comment_parents ).find( 'li.show-all' )
, which will return an object. If we want to check for the existence of li.show-all
, we need to check the length of the object.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
@imath - Can I get you to verify that this patch is okay?