Hi,

I try to add an entry on a group stream when someone add a comment on a status.
To do that, I add a triggered rule and add an action to log the activity.

The rule is well triggered according to the debug trace :

0 ms "User saves a new comment on a status" has been invoked.
0.481 ms Executing the rule "New comment" on rule set "User saves a new comment on a status"
198.852 ms Action execution: "Show a configurable message on the site"
199.168 ms Evaluation of "User saves a new comment on a status" has been finished.

Options of the log activity action :
Visibility
Entities in whose stream activity records generated from this template should appear: *
Members of the active group
The users who will be able to see this message: *
The user in whose stream the activity will appear

But nothing happens in the group members stream.

Thanks for your help !

CommentFileSizeAuthor
#5 export_triggered_rule.txt5.58 KBsaron67

Comments

ezra-g’s picture

Project: Drupal Commons » Activity Log
Version: 6.x-2.6 » 6.x-2.x-dev
Component: Activity/status streams » Code

Hm - It's tough to say what the problem is there. Moving to the Activity log issue queue to get some more targeted visibility.

icecreamyou’s picture

Status: Active » Postponed (maintainer needs more info)

Looks like the activity log action never evaluated?

saron67’s picture

Yes, it looks like.
I don't know where I can have a look to have more information about what's going wrong. Any idea ?
Can you reproduce the problem ?

icecreamyou’s picture

I can't reproduce it. Can you export the rule and attach it in a text file here?

saron67’s picture

StatusFileSize
new5.58 KB

Here's the rule.
Don't be affraid about message template, it was just for the test ;)

saron67’s picture

Status: Postponed (maintainer needs more info) » Active

Hi,

Did you try my rule ? Can you reproduce the issue ? Is there an mistake with my triggered rule ?

Thank for your help !