#4248 closed Defect (fixed)
Missing friendship river text from 1.7 friendship entries
| Reported by: | adayth | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.3 |
| Component: | Core | Version: | 1.8 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | easy |
Description
I have a site updated from 1.7.X to 1.8.1.
I detected that old friendship entries in the river don't show the right text.
In elgg 1.7 where we saw in river:
Person1 is now a friend with Person2
Now in elgg 1.8, we see:
river:create:user:default
New friendship river entries made in 1.8.1 don't have this problem so they show the text correctly.
The code that echoes the text is located in last line of 'view river/elements/summary'
echo elgg_echo("river:$action:$type:$subtype", ....
Change History (4)
comment:1 Changed 17 months ago by cash
- Milestone changed from Needs Review to Elgg 1.8.3
comment:2 Changed 17 months ago by cash
- Component changed from River Dashboard to Core
- Difficulty set to easy
comment:3 Changed 17 months ago by Cash Costello
- Resolution set to fixed
- Status changed from new to closed
Fixes #4248 fixed friend river text
Changeset: c5cee37b025a2654d1a5c427ac7a709ecf4b5350
comment:4 Changed 16 months ago by Cash Costello
Fixes #4248 fixed friend river text
Changeset: c5cee37b025a2654d1a5c427ac7a709ecf4b5350
Note: See
TracTickets for help on using
tickets.

confirmed - thanks for the report