Posted by realityloop on January 12, 2011 at 10:05pm
9 followers
| Project: | Node form columns |
| Version: | 7.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Checking hide on the body field has no effect, and the field is still displayed
Comments
#1
+1
#2
The hide option didn't work on any field at all here, the module expects $form['#id']=='node-form' while it's more like $form['#id']=='[nodetype]-node-form'.
this simple patch seems to fix it..
#3
it seems not to help me.. still can't hide fields..
can you eplain or give me another patch?
#4
Same for me. Hide fields does not work at all
#5
Just had to check the $form['node_form_edit'] boolean :)
#6
Patch from #5 solved mentioned problem for me, it's code looks reasonable, so mark it as RTBC.
#7
I confirm the patch from #5 works, can this go upstream?
#8
commited to latest dev http://drupalcode.org/project/nodeformcols.git/commit/c1f24ca
#9
Automatically closed -- issue fixed for 2 weeks with no activity.