diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualController.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualController.java index c18b1a670..1ebfffe1b 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualController.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualController.java @@ -177,7 +177,7 @@ public class IndividualController extends FreemarkerHttpServlet { map = new HashMap(); map.put("verboseFieldValue", String.valueOf(!verbosePropertyDisplayValue)); // the form toggles the current value - map.put("action", ""); // FIX THIS - + map.put("action", vreq.getRequestURI()); map.put("currentValue", verbosePropertyDisplayValue ? "on" : "off"); map.put("newValue", verbosePropertyDisplayValue ? "off" : "on"); } else {