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