Closed (fixed)
Project:
Permissions Lock
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2009 at 19:37 UTC
Updated:
27 Jan 2011 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
ingacosta commentedHi,
I can do it changing line 73 in permissions_lock.module:
if ($form_id == 'user_admin_perm')with this:
if ($form_id == 'user_admin_perm' || $form_id == 'user_permissions_profile_permissions_form')Comment #2
svendecabooterCould you attach a real patch?
I'll try to test it and commit if that works :)
Comment #3
ingacosta commentedOf course. Here you go.
Comment #4
ingacosta commentedI try again. It seems I can't upload the patchfile.
Comment #5
ingacosta commentedMaybe it's a drupal site error. I can attach the file but when I save the comment, the file disappear
Here is a copy of the patch file:
Comment #6
ingacosta commentedComment #7
svendecabooterThanks for the patch ingacosta.
This has been committed.
Comment #8
svendecabooterComment #10
akalata commentedAdding a note, since I was having some difficulty getting a truncated list in user/#/permissions (it was listing all available permissions, but no checkboxes at all).
I was able to get it to work by unlocking all roles.