Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0016392 | Openbravo ERP | A. Platform | public | 2011-03-21 09:54 | 2011-06-10 13:47 |
|
| Reporter | marvintm | |
| Assigned To | marvintm | |
| Priority | urgent | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | | |
| Merge Request Status | |
| Review Assigned To | |
| OBNetwork customer | No |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0016392: When using a date format different from the standard, windows with @#Date@ defaults do not work |
| Description | When the Openbravo.properties file is configured with a date format different from the standard, if a window has a date column with default @#Date@, the Form Initialization Component will fail, and the window will not get any default values in the fields when a new record is created.
A possible format to trigger this behaviour would be:
dateFormat.js=%d/%m/%Y
dateFormat.sql=DD/MM/YYYY
dateFormat.java=dd/MM/yyyy
dateTimeFormat.java=dd/MM/yyyy HH:mm:ss
dateTimeFormat.sql=DD/MM/YYYY HH24:MI:SS |
| Steps To Reproduce | Just go to a window which has a @#Date@ default in a date field (such as Sales Order), and create a new record. |
| Proposed Solution | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2011-03-21 09:54 | marvintm | New Issue | |
| 2011-03-21 09:54 | marvintm | Assigned To | => marvintm |
| 2011-03-21 09:54 | marvintm | Modules | => Core |
| 2011-03-21 09:54 | marvintm | OBNetwork customer | => No |
| 2011-03-21 10:00 | hgbot | Checkin | |
| 2011-03-21 10:00 | hgbot | Note Added: 0035073 | |
| 2011-03-21 10:00 | hgbot | Status | new => resolved |
| 2011-03-21 10:00 | hgbot | Resolution | open => fixed |
| 2011-03-21 10:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0fca97269ea537c26f4bdb417bc112b824147122 [^] |
| 2011-03-21 11:27 | iperdomo | Note Added: 0035082 | |
| 2011-03-21 11:27 | iperdomo | Status | resolved => closed |
| 2011-03-22 00:00 | anonymous | sf_bug_id | 0 => 3233264 |
| 2011-04-07 11:09 | hgbot | Checkin | |
| 2011-04-07 11:09 | hgbot | Note Added: 0035699 | |
| 2011-04-07 11:09 | hgbot | Status | closed => resolved |
| 2011-04-07 11:09 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/0fca97269ea537c26f4bdb417bc112b824147122 [^] => http://code.openbravo.com/erp/devel/pi/rev/6bc33d84f6ddb4db93530a59af0c7d874eb03dd4 [^] |
| 2011-06-10 13:47 | shuehner | Note Added: 0038238 | |
| 2011-06-10 13:47 | shuehner | Status | resolved => closed |
|
Notes |
|
|
(0035073)
|
|
hgbot
|
|
2011-03-21 10:00
|
|
Repository: erp/devel/pi
Changeset: 0fca97269ea537c26f4bdb417bc112b824147122
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Mar 21 09:59:15 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/0fca97269ea537c26f4bdb417bc112b824147122 [^]
Fixed issue 16392. @#Date@ defaults will be computed correctly in case of non-standard date format
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java
---
|
|
|
|
|
Closed in pi @ rev 0fca97269ea5
Using date format: YYYY/MM/DD |
|
|
|
(0035699)
|
|
hgbot
|
|
2011-04-07 11:09
|
|
Repository: erp/devel/pi
Changeset: 6bc33d84f6ddb4db93530a59af0c7d874eb03dd4
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Mar 21 09:59:15 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6bc33d84f6ddb4db93530a59af0c7d874eb03dd4 [^]
Fixed issue 16392. @#Date@ defaults will be computed correctly in case of non-standard date format
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java
---
|
|
|
|
|
|
Just marking as closed without testing/review as was changed from close -> resolved by some merge after has been already reviewed and closed. |
|