Closed (fixed)
Project:
Date
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2008 at 04:39 UTC
Updated:
14 May 2009 at 11:10 UTC
Jump to comment: Most recent file
I've recently upgraded to the latest dev, and now my date label is missing. It should say "Date" above the date field. I've checked all my setting numerous times. I've even tried to rename it and tried different date widgets. I've had no success. In the mean time I just put the actual date field and time field (textbox) in a group so users wouldn't get too confused.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | date_label.patch | 611 bytes | freakalis |
| missing_date_label.GIF | 7.24 KB | MedicSean37 |
Comments
Comment #1
karens commentedThere is a new release out today for both Date and Calendar. Please upgrade to it and see if you still have problems. If so, I need to see an export of your date field to do anything more (use Content Copy to export the field information).
Comment #2
shabam commentedI'm also having the same problem. I am running RC6. I found that it is only dates with repeat turned on that do not display labels. Here are two dates. The only difference between the two is I changed the widget type.
This one works:
Then I took the same field and changed the widget type to include a repeat option and the label goes away.
Comment #3
karens commentedI can't replicate this in the latest code, assuming fixed.
Comment #5
freakalis commentedI have also have noticed the disappearing label.
Tracked it down to date_elements.inc, row 286 (latest dev).
Why arent there no label if it's multiple? I still need the label even if it's a repeat.
Comment #6
freakalis commentedHere is a patch
Comment #7
karens commentedThat bit of code is because multiple value dates are displayed in a fieldset and the label goes on the fieldset rather than being repeated for each date. But repeating dates need different treatment so I need to change the original code to do this only for multiples that are not repeats.