#9108 closed enhancement (fixed)
missing id tags for input fields in admin_versions.html
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 0.12.1 |
Component: | admin/web | Version: | 0.12dev |
Severity: | normal | Keywords: | CalendarPopUpPlugin id-tag |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
th:CalendarPopUpPlugin needs id tags in HTML code as hint to find,
where it should kick in (based on some javascript code),
tested with
- CalendarPopUpPlugin-0.0.2-r7704 from http://trac-hacks.org on top of
- Trac 0.12dev-r9115
ticket filed against CalendarPopUpPlugin got closed - wontfix (see: http://trac-hacks.org/ticket/6713)
Attachments (1)
Change History (6)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|---|
Milestone: | 0.11.7 → next-minor-0.12.x |
comment:2 by , 15 years ago
Milestone: | next-minor-0.12.x → unscheduled |
---|
PatchWelcome, until then it's unscheduled.
comment:3 by , 14 years ago
I added ID's to the two date fields in trac/admin/templates/admin_versions.ini
These were the ONLY instances where I could find date entry fields that did not have an ID (I searched for format_datetime
in *.html.
by , 14 years ago
Attachment: | add_id_to_datetime_fields_for_calendarpopup_plugin.patch added |
---|
Add Id's to the two datetime fields that did not have them (for calendarpopup plugin)
comment:4 by , 14 years ago
Milestone: | unscheduled → 0.12.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks, applied in [10020].
comment:5 by , 14 years ago
Owner: | set to |
---|
That wouldn't hurt, so yes, please submit a patch adding the necessary ids. I will re-schedule the ticket once a patch is available.