Kaynağa Gözat

Solved little error

Drowsito 4 ay önce
ebeveyn
işleme
8727ef071c

+ 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();