Hi, I'm testing out your multistep module on Drupal (5.5). I notice that it doesn't show up in Access Control and cannot be made available to any other roles other than admin (0). Is this by design?
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | multistep_add_perm.patch | 403 bytes | vkareh |
Comments
Comment #1
vkareh commentedI just checked it and it's a bug. I was allowing access to those with 'administer multistep' permissions, but I was not defining the permission itself. I'll write a patch for testing. Thanks!
-Victor.
Comment #2
vkareh commentedImplemented hook_perm() to add the required 'administer multistep' permission. Please test and let me know.
-Victor.
Comment #3
random_tom commentedHi Victor, patched the multistep.module as suggested and it works perfectly. Nice work!
I was aiming to give you some positive feedback about my actual implemention of your module but my attempt has been hindered by my recent switch to PHP5 and a bug with the event module (my form has date elements in it). When I work it out I'll post further feedback.
Cheers.
Comment #4
vkareh commentedThanks! I appreciate it!
I'd like to know how you have implemented the module, maybe good ideas will come for either new modules or for porting this to D6!
Good luck!
-Victor.