Posted by fizk on October 15, 2009 at 10:00pm
Jump to:
| Project: | ACL |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
I've seen some code, like
if (!$node->status) { /* warn the user to save data */ }
I think the acl module should do this because it's unclear that the form needs to be submitted twice (Add User + Submit).
Thanks,
Yonas
Comments
#1
The module that embeds the ACL form can do that if it wants. ACL is a utility module and it must avoid making choices for its clients. What may suit you may not suit others.
I see that you're a relatively new user of Drupal, and node access is one of the more complex areas. I'm not sure you're ready to tackle that yet... IAC, tread lightly and assume that things are working correctly if you're using them in the way they're intended to be used. Look at modules that do similar things and learn from them.