Skip to content
Snippets Groups Projects
Commit 1c7548d9 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

feat: Always display start and end date in filter form for observations

parent 20ff5c51
No related branches found
No related tags found
1 merge request!206VIPSUTV-1047 Editing observations belonging to timeseries
......@@ -222,8 +222,8 @@ public class ObservationController extends HttpServlet {
SessionLocaleUtil.getCurrentLocale(request).getLanguage()));
request.setAttribute("hierarchyCategories",
organismBean.getHierarchyCategoryNames(SessionLocaleUtil.getCurrentLocale(request)));
request.setAttribute("timeOfObservationFrom", userDefinedFrom ? timeOfObservationFrom : null);
request.setAttribute("timeOfObservationTo", userDefinedTo ? timeOfObservationTo : null);
request.setAttribute("timeOfObservationFrom", timeOfObservationFrom);
request.setAttribute("timeOfObservationTo", timeOfObservationTo);
request.setAttribute("selectedPestOrganismId", pestOrganismId);
request.setAttribute("selectedStatusTypeId", statusTypeId);
request.setAttribute("viewOthersObservations", viewOthersObservations);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment