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.

CommentFileSizeAuthor
#2 multistep_add_perm.patch403 bytesvkareh

Comments

vkareh’s picture

Assigned: Unassigned » vkareh

I 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.

vkareh’s picture

Status: Active » Needs review
StatusFileSize
new403 bytes

Implemented hook_perm() to add the required 'administer multistep' permission. Please test and let me know.
-Victor.

random_tom’s picture

Hi 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.

vkareh’s picture

Status: Needs review » Fixed

Thanks! 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.

Status: Fixed » Closed (fixed)

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