time-dropdown should start at 0 and not 1
----------------------------------------- Key: OFBIZ-2950 URL: https://issues.apache.org/jira/browse/OFBIZ-2950 Project: OFBiz Issue Type: Improvement Components: ALL COMPONENTS Affects Versions: SVN trunk Reporter: Erwan de FERRIERES Fix For: SVN trunk when using a time-dropdown, drop-downs are starting at 1 and not 0. So we can't select times between 00:00 and 1:00. Timers start at 01:01. The second thing, but I don't know how to correct it, is when using the same time-dropdown, the textbox for the date is much too big, and should be 10 characters long, not 25 or 30, because there is only the date in it, and hours should not, from my point of view, be visible in it as we have the drop-downs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-2950: -------------------------------------- Attachment: OFBIZ-2950.diff this patch corrects the drop-downs' start > time-dropdown should start at 0 and not 1 > ----------------------------------------- > > Key: OFBIZ-2950 > URL: https://issues.apache.org/jira/browse/OFBIZ-2950 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Erwan de FERRIERES > Fix For: SVN trunk > > Attachments: OFBIZ-2950.diff > > > when using a time-dropdown, drop-downs are starting at 1 and not 0. So we can't select times between 00:00 and 1:00. Timers start at 01:01. > The second thing, but I don't know how to correct it, is when using the same time-dropdown, the textbox for the date is much too big, and should be 10 characters long, not 25 or 30, because there is only the date in it, and hours should not, from my point of view, be visible in it as we have the drop-downs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2950. ---------------------------------- Resolution: Fixed Fix Version/s: Release Branch 9.04 Assignee: Jacques Le Roux Thanks Erwan, Your patch is in trunk at r816255, R9.04 at r816259 since this is a bug (you can't access a value but you should be able to) I did not take the time to fix the 2d problem but I guess it's around MacroFormRenderer.java[500]. Could you please open a new issue (enhancement) for that ? TIA. > time-dropdown should start at 0 and not 1 > ----------------------------------------- > > Key: OFBIZ-2950 > URL: https://issues.apache.org/jira/browse/OFBIZ-2950 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Erwan de FERRIERES > Assignee: Jacques Le Roux > Fix For: Release Branch 9.04, SVN trunk > > Attachments: OFBIZ-2950.diff > > > when using a time-dropdown, drop-downs are starting at 1 and not 0. So we can't select times between 00:00 and 1:00. Timers start at 01:01. > The second thing, but I don't know how to correct it, is when using the same time-dropdown, the textbox for the date is much too big, and should be 10 characters long, not 25 or 30, because there is only the date in it, and hours should not, from my point of view, be visible in it as we have the drop-downs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |