Closed (fixed)
Project:
Event
Version:
5.x-1.0
Component:
Basic Event
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2008 at 15:03 UTC
Updated:
26 May 2008 at 15:02 UTC
At http://example.com/admin/content/types/event there is this text:
To omit the body field for this content type, remove any text and leave this field blank
I assume this means that when one goes to Submit an Event the Body textarea will not be there to be filled in. However it is. Is this a bug, or am I not understanding what leaving this field blank does.
Comments
Comment #1
willvincent commentedAfter searching through the code, I have discovered the issue..
The body field is being overridden in the contrib/basicevent.module module.
Comment #2
willvincent commentedTo fix this, modify the code:
This begins on line 79 of the modules/contrib/basicevent.module file. To change the label of the body field, alter the t('Body') tag to whatever you would prefer other than Body. To disable it as a required field, change TRUE to FALSE. To eliminate the field altogether, comment out the entire snippet I've listed.
Comment #3
stevenpatzI really wouldn't call that a fix. A workaround maybe.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.