When you try to create a second link it overwrites the first one.
The problem is caused by line 103 in cclinks_admin.inc, $event_name = 'cclink'. count($cclinks); should be $event_name = 'cclink'. (count($cclinks)+1);

Comments

fago’s picture

Status: Active » Fixed

this has already been fixed. update to 2.1

wundo’s picture

I'm having this problem with Workflow 5.x-2.1...

fago’s picture

your cited code line isn't in 2.1...

Anonymous’s picture

Status: Fixed » Closed (fixed)

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