Anonymous | Login | Signup for a new account | 2021-04-11 08:13 BST | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000348 | SiT! | incidents | public | 2008-12-22 05:31 | 2009-02-27 16:27 | ||||
Reporter | paulh | ||||||||
Assigned To | paulh | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 3.41 | ||||||||
Target Version | Fixed in Version | 3.45 | |||||||
Summary | 0000348: Timeof next action interface problem | ||||||||
Description | Selecting a date and time for the time of next action causes For x days, hours, minutes to be selected instead | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
ivan (administrator) 2008-12-23 09:48 |
This should be fixed with the latest trunk svn, haven't got the rev # to hand, but plz can you try with the latest? |
paulh (administrator) 2008-12-23 19:22 |
Was still an issue just fixed in r4545 of trunk, we where setting this bit using an off set rather than name |
ivan (administrator) 2008-12-23 19:38 |
Not at my own computer so can't check easily, this should be using a function now wherever that interface is needed, and I'm pretty sure thats not using an offset any more... could be wrong tho, often am. ;) |
paulh (administrator) 2008-12-23 20:06 |
The date was using a name though the time was still using an offset - $html .= " <select name='timeoffset' id='timeoffset' onchange='window."; - $html .= "document.updateform.timetonextaction_none[1].checked = true;'>"; + $html .= " <select name='timeoffset' id='timeoffset' "; + $html .= "onclick=\"$('ttna_date').checked = true;\" >"; |
![]() |
|||
Date Modified | Username | Field | Change |
2008-12-22 05:31 | paulh | New Issue | |
2008-12-23 09:48 | ivan | Note Added: 0000370 | |
2008-12-23 09:48 | ivan | Assigned To | => paulh |
2008-12-23 09:48 | ivan | Status | new => feedback |
2008-12-23 19:22 | paulh | Note Added: 0000373 | |
2008-12-23 19:22 | paulh | Status | feedback => resolved |
2008-12-23 19:22 | paulh | Resolution | open => fixed |
2008-12-23 19:22 | paulh | Fixed in Version | => 3.45 |
2008-12-23 19:38 | ivan | Note Added: 0000376 | |
2008-12-23 20:06 | paulh | Note Added: 0000378 | |
2009-02-27 16:27 | ivan | Status | resolved => closed |
Copyright © 2000 - 2021 MantisBT Team |