Explorar o código

Solved little error

Drowsito hai 4 meses
pai
achega
8727ef071c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/es/uv/saic/web/ProceduresController.java

+ 1 - 1
src/main/java/es/uv/saic/web/ProceduresController.java

@@ -289,7 +289,7 @@ public class ProceduresController {
 			@RequestParam("action") String action) throws IOException {	
 		
 				HashMap<String, Object> response =
-                pc.findProcedure(idPlantilla.toString(), action);
+                pc.formTemplate(idPlantilla, action);
             if (response != null && response.get("redirect") != null) {
                 model.addAllAttributes(response);
                 return response.get("redirect").toString();