Hi,

I'm trying to setup a simple "user X created node X" message, following the movie intro. I created the message, and the rule with the 3 required actions ("Load a message", "Create a message instance" and "Assign a message instance to realm").

In the edit form for the action "Assign a message instance to realm" I select "Organic groups realm", but when I go back to the form (clicking the action title in the rule), the "User realm" is selected instead. The rule is triggered and the message is saved, but the realm is not correctly stored.

What can I be doing wrong, or how to debug this issue?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Grayside’s picture

Title: Can't select Realm in "Assign a message instance to realm" action » Can't select Realm in "Assign a message instance to realm" Rules action
Issue tags: +rules
torvall’s picture

Category: support » bug
FileSize
1.3 KB

Actually, this seems to be an UI bug.

The fix is attached.

amitaibu’s picture

@ torvall,
Thanks, can you re roll using git?

torvall’s picture

Here it is. It's my first patch using git, I hope it is ok. :)

Grayside’s picture

@torvall looks good at a glance. Trying running with git diff --no-prefix to drop the a/b stuff.

torvall’s picture

They should add that to the git instructions... ;)

I used:

git format-patch origin/6.x-1.x --no-prefix --stdout
amitaibu’s picture

Version: 6.x-1.0-alpha3 » 6.x-1.x-dev
Component: User interface » Code

Committed, thanks.

bluegeek9’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)