Notes |
|
(0075659)
|
hgbot
|
2015-03-16 19:28
|
|
Repository: erp/backports/3.0PR15Q1.2
Changeset: 3723b18deb702724bf1434ef4a59a7e767f23b24
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 16 17:22:59 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/3723b18deb702724bf1434ef4a59a7e767f23b24 [^]
Related with issue 29293: Checks if the okButton exists to prevent error in log
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
---
|
|
|
(0075660)
|
hgbot
|
2015-03-16 19:28
|
|
Repository: erp/backports/3.0PR15Q1.2
Changeset: 5d6f0701c7e1e077228a07eaf418d7dfa467f07a
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 16 19:26:32 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/5d6f0701c7e1e077228a07eaf418d7dfa467f07a [^]
Fixes bug 29293: valueMap & value of combo item are properly set in P&E window
There were two problems:
- The valueMap of the fk combo item was not being set because after the combo refactor the FIC does not return the fk combo entries. To fix this, the valueMap is built manually based on the selected option.
- The value of the combo item was being set before defining its valueMap. When this happened no display value was shown in the combo. To fix this, the value is reset just after defining the valueMap.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
---
|
|
|
|
code reviewed
tested:
-When editing the record in the P&E value in payment method field is kept
-This value can be edited and it is correctly processed |
|
|
(0076215)
|
hgbot
|
2015-04-01 08:07
|
|
Repository: erp/backports/3.0PR15Q2
Changeset: 3723b18deb702724bf1434ef4a59a7e767f23b24
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 16 17:22:59 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/3723b18deb702724bf1434ef4a59a7e767f23b24 [^]
Related with issue 29293: Checks if the okButton exists to prevent error in log
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
---
|
|
|
(0076216)
|
hgbot
|
2015-04-01 08:07
|
|
Repository: erp/backports/3.0PR15Q2
Changeset: 5d6f0701c7e1e077228a07eaf418d7dfa467f07a
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 16 19:26:32 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/5d6f0701c7e1e077228a07eaf418d7dfa467f07a [^]
Fixes bug 29293: valueMap & value of combo item are properly set in P&E window
There were two problems:
- The valueMap of the fk combo item was not being set because after the combo refactor the FIC does not return the fk combo entries. To fix this, the valueMap is built manually based on the selected option.
- The value of the combo item was being set before defining its valueMap. When this happened no display value was shown in the combo. To fix this, the value is reset just after defining the valueMap.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
---
|
|
|
(0076264)
|
priyam
|
2015-04-01 08:31
|
|
closed again, as the status changed due the merge tag of 3.0PR15Q1.2 to backports/3.0PR15Q2 |
|