Skip to content
Snippets Groups Projects
Commit 262fe2cf authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Bugfix in parameter handling

parent 3ff5b7c5
2 merge requests!17Develop,!14Observation
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
...@@ -170,8 +170,8 @@ public class ObservationController extends HttpServlet { ...@@ -170,8 +170,8 @@ public class ObservationController extends HttpServlet {
} }
} }
catch(NumberFormatException nfe) { catch(NumberFormatException nfe) {
statusTypeId = null; statusTypeId = -1;
pestOrganismId = null; pestOrganismId = -1;
viewOthersObservations = false; viewOthersObservations = false;
organizationGroupId = null; organizationGroupId = null;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment