Closed (won't fix)
Project:
LDAP integration
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2009 at 22:06 UTC
Updated:
6 Aug 2011 at 18:29 UTC
When I added the following code to the garland theme (to hide the log message field), the ldap module no longer assigned a role based on ldap group.
function phptemplate_node_form($form) {
// Remove 'Log message' text area
$form['log']['#access'] = FALSE;
return drupal_render($form);
}
When I used the formfilter (http://drupal.org/project/formfilter) module to hide the log message field the result was the same. I have to say I am stymied. Does anybody have any idea why this would have this type of effect on the ldap module? I am running drupal 5.14 and ldap 5.13. Any help you be appriciated as I would like to be able to hide the form box.
Comments
Comment #1
johnbarclay commentedClosing 5.x issues to clean out issue queue.