Ticket Hash: | c90916433bd952d9dde4eb94445c0cb6b7729e79 | |||
Title: | form fields sharing names for different purposes make it difficult to use javalscript library | |||
Status: | Closed | Type: | Code_Defect | |
Severity: | Minor | Priority: | ||
Subsystem: | Resolution: | Wont_Fix | ||
Last Modified: | 2024-01-29 06:50:28 | |||
Version Found In: | 2011-02-02 | |||
Description: | ||||
'Event edit' (/eventedit) uses name='t' to identify the 'time' field in form.
'Edit Report Format' (/rptedit?rn=10) uses name='t' to identify the 'title' field in form.
The simplest was to resolve this is to change t to time or title respectively Note: I added the following to the header to allow the use of a date picker for the 'Event edit' and the new and edit ticket screens. : <link rel="stylesheet" href="$baseurl/doc/tip/jquery/jquery-ui-1.8.9.custom.css" type="text/css" media="screen"> | ||||
User Comments: | ||||
added on 2024-01-29 06:50:28:
Closing as part of periodic cleanup. |