Closed (won't fix)
Project:
Rules
Version:
6.x-1.x-dev
Component:
Rules Engine
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2011 at 17:05 UTC
Updated:
25 Mar 2012 at 08:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
Miles Ulrich commentedI just ran into the same problem -- looks like _rules_admin_rule_get_new_unique_name was removed in http://drupal.org/node/874802. I tried dropping the function back in rules/rules_admin.inc and the workflow_ng upgrade seemed to work fine. I guess not many people are upgrading from workflow_ng these days =)
Comment #2
guidot commentedThat workes for me. Patch applies cleanly to 6.x-1.4.
Thank you, Miles. BTW: Status to set would have been "needs review". Have a look at Status settings for an issue.
I don't know if this function was removed for another reason, still marking as RTBC.
Comment #3
Miles Ulrich commentedAhh, thanks for the heads up on the status.
Comment #4
fago>+ $id = variable_get('rules_counter', 0);
That logic is obsolete. We need to find a unique name, e.g. by taking it over from workflow-ng or just by coming up with something random.
Comment #5
mitchell commentedImporting workflow-ng to rules just seems old by now. Please reopen if you'd like to pick this back up.