Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Unassigned
UnassignedReporter
Rich Magnuson
Rich Magnuson(Deactivated)Fix versions
Priority
Time Assistant
Time Assistant
Created February 13, 2016 at 12:50 AM
Updated February 18, 2016 at 10:47 PM
Resolved February 18, 2016 at 10:47 PM
1. Navigate to Administration - Equipments - Equipment List
2. Select a value in the Program filter dropdown
3. Observe an exception in the openlmis-web.log. Snippet pasted below.
This seems to happen with any valid selection, and the overall filter and functionality seem to work.
{{
2016-02-12 16:47:50,874 [ERROR][tp-1025367271-30][.openlmis.core.logging.ApplicationLogger] - devadmin | org.openlmis.web.controller.equipment.EquipmentController.getList([Ljava.lang.Object;@5f3a6e23) | Exception
java.lang.NullPointerException
at org.openlmis.web.controller.equipment.EquipmentController.getList(EquipmentController.java:75)
at org.openlmis.web.controller.equipment.EquipmentController$$FastClassBySpringCGLIB$$652c4be1.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
}}