Closed (won't fix)
Project:
Activity Stream
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
31 May 2010 at 17:08 UTC
Updated:
21 Jun 2023 at 13:52 UTC
When manually editing the automatically created activity stream node, the original node body text and all subsequent edits are not saved to the database.
I guess there is a call missing somewhere to save it? Or if editing the node is not intended, the link to the edit page should be disabled.
Comments
Comment #1
bayu.iravvan commentedMe too had this problem on drupal 6. And found the fix. It's on the activitystream.module, on line 142.
it should be:
Don't know if this is the correct solution, at least it solved my problem.
Cheers.
Comment #2
morbus iffDoesn't apply for 7.x-3.x, and the 6.x branches are no longer being maintained.