Although 'Grant Achievement' works fine and displays the achievement options the 'Remove Achievement' is not working.

See the attachments.

Thanks

Comments

fizk’s picture

Thanks, I noticed this too. Will upload the fix soon.

fizk’s picture

Status: Active » Fixed

Should be fixed in the latest dev release.

theodorosploumis’s picture

I see now that the problem has not gone.
Actually, I now have the same problem in "Grant Achievements" action too!

fizk’s picture

theodorosploumis’s picture

Unfortunatelly not.
Same as #3.

What was the code for the initial commit when the "Grant Achievements" list worked fine? I cannot find it on the diff.

fizk’s picture

I think you were using the very first commit:

http://drupalcode.org/project/achievements_rules.git/commit/c12bb19019ba...

This seems to work fine for me. Make sure you're using the latest dev release:

http://drupal.org/node/1834332

theodorosploumis’s picture

I use the latest dev release actually.
Events rules work but Action Rules not...

I have my achievements grouped if that may cause the problem...

function achievebadgets_achievements_info() {
	$achievements = array(
		'group-one' => array(...),
		'group-two' => array(...),
       );
return $achievements;
}
fizk’s picture

Can you try flushing the Drupal cache?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.