Project:
View Revisions: Issue #36882 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0036882: There exists some old callouts in core still not refactored to SimpleCallout | ||
Revision | 2017-09-21 13:07 by caristu | ||
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) |
||
Revision | 2017-09-21 10:08 by caristu | ||
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 and default expression that can be added to a selector field (OBUISEL_Selector_Field). Both callouts extend JSExpressionCallout which currently extends HttpSecureAppServlet (old implementation) |
||
Revision | 2017-09-20 16:15 by caristu | ||
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: it seems to be not used Both callouts extend JSExpressionCallout which currently extends HttpSecureAppServlet (old implementation) |
Copyright © 2000 - 2009 MantisBT Group |