Commit 7b4294fa by Tuomas Riihimäki

Do not check accountevents when reserving places.

1 parent 0ce46a2a
...@@ -102,7 +102,7 @@ public class AjaxMapView extends GenericCDIView { ...@@ -102,7 +102,7 @@ public class AjaxMapView extends GenericCDIView {
public String buySelectedPlaces() { public String buySelectedPlaces() {
try { try {
EventUser user = userview.getSelectedUser(); EventUser user = userview.getSelectedUser();
placebean.buySelectedPlaces(user); placebean.reserveSelectedPlaces(user);
return "/place/myGroups"; return "/place/myGroups";
} catch (BortalCatchableException e) { } catch (BortalCatchableException e) {
addFaceMessage("mapView.errorWhileBuyingPlaces"); addFaceMessage("mapView.errorWhileBuyingPlaces");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!