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

fix: Include freeMarker attribute for all user types

parent 51aea264
Branches
No related tags found
1 merge request!191Add map module and Open-Meteo support
...@@ -287,6 +287,7 @@ public class ForecastConfigurationController extends HttpServlet { ...@@ -287,6 +287,7 @@ public class ForecastConfigurationController extends HttpServlet {
request.setAttribute("modelInformations", request.setAttribute("modelInformations",
em.createNamedQuery("ModelInformation.findAll").getResultList()); em.createNamedQuery("ModelInformation.findAll").getResultList());
request.setAttribute("messageKey", request.getParameter("messageKey")); request.setAttribute("messageKey", request.getParameter("messageKey"));
request.setAttribute("multipleNew", false);
request.getRequestDispatcher("/forecastConfigurationForm.ftl").forward(request, response); request.getRequestDispatcher("/forecastConfigurationForm.ftl").forward(request, response);
} else { } else {
response.sendError(403, "Access not authorized"); response.sendError(403, "Access not authorized");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment