Notes |
|
|
Moving to MP0 because significant redesign of date filter is planned for it. |
|
|
|
|
|
(0053108)
|
dbaz
|
2012-10-08 13:39
|
|
Moving it to defect since there are also more cases where the bahavior is not the same:
a) Write "03-10" and blur. In regular date field the date is autocompleted, in the filter case it isn't
b) Write "03-10-99" and blur. In regular date field the date is autocompleted to "03-10-1999", in filter case it isn't
c) Write "03/09/2012" and blur. In regular date field the date is changed to "03-09-2012", in the filter case it isn't
To test the issues using both fields (regular date fields and filter date fields).
Also do some changes in Openbravo.properties, to ensure that it works also in other kind of configurations. Example:
dateFormat.js=%Y/%m/%d |
|
|
(0053109)
|
hgbot
|
2012-10-08 13:44
|
|
Repository: erp/devel/pi
Changeset: f5556ad1abb1e8c86a3fd41fdb02b7ac3525a5a4
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon Oct 08 13:43:19 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f5556ad1abb1e8c86a3fd41fdb02b7ac3525a5a4 [^]
Fixed issue 16300: Now filter date fields have the same behavior
than regular date fields
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-date.js
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
---
|
|
|
(0053112)
|
hgbot
|
2012-10-08 13:50
|
|
Repository: erp/devel/pi
Changeset: 4e56b87ebd326bab01ecf0471cc8c8440cd6317c
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon Oct 08 13:48:48 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4e56b87ebd326bab01ecf0471cc8c8440cd6317c [^]
Related to issue 16300: Small code reorganization
---
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
---
|
|
|
|
|
|
|
|
|
|
Code reviewed and verified in pi@ae79cd15bab6 |
|