Opened 8 years ago
Closed 8 years ago
#7688 closed defect (bug) (fixed)
Nouveau activity post form returns unstyled and invalid
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Templates | Keywords: | |
| Cc: |
Description
When posting to the What's New form using Nouveau, the server sends back fully-rendered markup. This markup is then prepended to the #activity-stream. The problem is that the markup returned from the AJAX request is an li element, while #activity-stream is a div that is the parent of the activity list ul.
I think this broke in [11825].
I'm attaching a patch that I believe solves it, but this could use eyes from @hnla.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
@boonebgorges Hmm so I fixed one thing while missing a further action occurring in the same context, I'll look at what I did and the patch when I get a moment - thanks for spotting & fixing.