Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036882 | Openbravo ERP | A. Platform | public | 2017-09-18 18:22 | 2017-09-22 09:48 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q4 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0036882: There exists some old callouts in core still not refactored to SimpleCallout |
Description | With the fix for issue 0036559 the Platform callouts were refactored to SimpleCallout.
But there are still two callouts not refactored to SimpleCallout:
- FixedValueExpressionCallout: used to evaluate the JS fixed expressions defined in the OBUIAPP_Parameter table. (For example it can be tested in the Parameter tab of the Widget window)
- DefaultExpressionCallout: used to evaluate the JS filter expression of a selector (OBUISEL_Selector) and the default expression that can be added to a selector field (OBUISEL_Selector_Field).
Both callouts extend JSExpressionCallout which currently extends HttpSecureAppServlet (old implementation) |
Steps To Reproduce | In description |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0036834 | | closed | caristu | jre8: js defaults containing Dates fail | depends on | defect | 0036599 | | closed | alostale | API change: platform callouts now implement SimpleCallout | related to | defect | 0036559 | | closed | alostale | Old callouts should be refactored to implement SimpleCallout |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-09-18 18:22 | caristu | New Issue | |
2017-09-18 18:22 | caristu | Assigned To | => platform |
2017-09-18 18:22 | caristu | Modules | => Core |
2017-09-18 18:22 | caristu | Triggers an Emergency Pack | => No |
2017-09-18 18:23 | caristu | Relationship added | related to 0036559 |
2017-09-18 18:23 | caristu | Assigned To | platform => caristu |
2017-09-18 18:31 | caristu | Summary | There are exists some old callouts still not refactored to SimpleCallout => There exists some old callouts in core still not refactored to SimpleCallout |
2017-09-18 18:38 | caristu | Relationship added | related to 0036883 |
2017-09-20 16:15 | caristu | Relationship added | has duplicate 0036834 |
2017-09-20 16:15 | caristu | Relationship deleted | has duplicate 0036834 |
2017-09-20 16:15 | caristu | Relationship added | related to 0036834 |
2017-09-21 10:08 | caristu | Description Updated | bug_revision_view_page.php?rev_id=15955#r15955 |
2017-09-21 10:09 | caristu | Relationship added | depends on 0036599 |
2017-09-21 13:07 | caristu | Description Updated | bug_revision_view_page.php?rev_id=15958#r15958 |
2017-09-21 13:09 | hgbot | Checkin | |
2017-09-21 13:09 | hgbot | Note Added: 0099209 | |
2017-09-21 13:09 | hgbot | Status | new => resolved |
2017-09-21 13:09 | hgbot | Resolution | open => fixed |
2017-09-21 13:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/23baba607b96309d0ae08f88d4b0fa936131bb56 [^] |
2017-09-21 13:10 | hgbot | Checkin | |
2017-09-21 13:10 | hgbot | Note Added: 0099210 | |
2017-09-21 13:13 | caristu | Review Assigned To | => alostale |
2017-09-22 03:19 | hudsonbot | Checkin | |
2017-09-22 03:19 | hudsonbot | Note Added: 0099449 | |
2017-09-22 09:48 | alostale | Note Added: 0099460 | |
2017-09-22 09:48 | alostale | Status | resolved => closed |
2017-09-22 09:48 | alostale | Fixed in Version | => 3.0PR17Q4 |
Notes |
|
(0099209)
|
hgbot
|
2017-09-21 13:09
|
|
Repository: erp/devel/pi
Changeset: 23baba607b96309d0ae08f88d4b0fa936131bb56
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Sep 21 12:49:13 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/23baba607b96309d0ae08f88d4b0fa936131bb56 [^]
fixes issue 36882: JSExpressionCallout extends SimpleCallout
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/FixedValueExpressionCallout.java
M modules/org.openbravo.client.application/src/org/openbravo/client/application/JSExpressionCallout.java
M modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/DefaultExpressionCallout.java
---
|
|
|
(0099210)
|
hgbot
|
2017-09-21 13:10
|
|
|
|
|
|
|
|
|