Description
A bug was introduced in OFBIZ-9710, that created a catch block for a RuntimeException that would be thrown again. Unfortunately the code block relied on catching a NumberFormatException in case VIEW_INDEX was not set, which in the original code was not intuitively recognisable, because only Exception was caught.
In the provided patch I removed the catch block for the RTE und changed Exception to NumberFormatException, since it is the only Exception that is expected.
Attachments
Attachments
Issue Links
- is broken by
-
OFBIZ-9710 [FB] Package org.apache.ofbiz.widget.model
- Closed