Only original administrator can edit webforms
davea - September 29, 2008 - 02:30
| Project: | Webform |
| Version: | 5.x-2.1.3 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I have looked and added every permission that this module creates as well as administer nodes. The problem still remains: I cannot delegate editing of webforms that I have created as the original site creator to any roles.
Drupal 5.10
Webform 5.x.2.1.3
We love this module- keep up the good work!
DaveA

#1
Does this happen with all webforms or only certain ones? My guess is that it has to do with the "Input Format" of the Webform nodes that have been created. If a user doesn't have access to an input format (say you set the input format to "PHP Code"), then they're not allowed to edit the node, regardless of other permissions.
#2
BINGO!
That was it. I changed the input format from php to html and now I can delegate it!
Thanks!
Davea