extra permissions for create new items
http://drupal.org/node/200285#comment-837497
the attached patch will do the trick.
| Comment | File | Size | Author |
|---|---|---|---|
| hs_new_item.patch | 5.08 KB | rikvd |
extra permissions for create new items
http://drupal.org/node/200285#comment-837497
the attached patch will do the trick.
| Comment | File | Size | Author |
|---|---|---|---|
| hs_new_item.patch | 5.08 KB | rikvd |
Comments
Comment #1
wim leersIMO, that's a very bad implementation and does not really solve the problem.
Your patch adds a single global permission that will allow a role to create items for any vocabulary (terms), any menu (menu items), and so on.
In short: it'll allow item creation for all enabled HS implementations, and that's bad!
Comment #2
rikvd commentedit is not a 'or' condition. so it only applies to HS implementations where adding already is allowed, but now you need also permissions for it.