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