I'm getting closer to what I need, but after a day of changing permission names and cloning subroutines, I now have a problem
--- I renamed:
$add and $per_add to $fa_add and $per_fa_add
$del and $per_del to $cap_add and $per_cap_add
$mod and $per_mod to $browse and $per_browse
and changed subroutines (also cloned) for "add"
to fa_add and cap_add respectively
Same for "view" (cloned) to "browse"
Now when I login and click on Fixed Asset (fa_add), Capital Asset (cap_add) or Browse Inventory (browse)
I get "Unauthorized Action"
Where have I gone wrong? or what have I forgotten???? I checked my auth.pl and updated everything there to match what I did in db.cgi and add_html.pl
Thanks for ANY and ALL help! I really appreciate it. I know I've been looking at this too long today and probably can't see where I've not followed through or missed something!
Lynette
Hollister, Ca
$add and $per_add to $fa_add and $per_fa_add
$del and $per_del to $cap_add and $per_cap_add
$mod and $per_mod to $browse and $per_browse
and changed subroutines (also cloned) for "add"
to fa_add and cap_add respectively
Same for "view" (cloned) to "browse"
Now when I login and click on Fixed Asset (fa_add), Capital Asset (cap_add) or Browse Inventory (browse)
I get "Unauthorized Action"
Where have I gone wrong? or what have I forgotten???? I checked my auth.pl and updated everything there to match what I did in db.cgi and add_html.pl
Thanks for ANY and ALL help! I really appreciate it. I know I've been looking at this too long today and probably can't see where I've not followed through or missed something!
Lynette
Hollister, Ca


Changing Permission names and cloning Trouble