From 77dc22a2ae7f3ddef4c4479e2ad17292dd6b07f7 Mon Sep 17 00:00:00 2001
From: Johannes Raggam <thetetet@gmail.com>
Date: Mon, 20 Feb 2017 00:19:54 +0100
Subject: [PATCH] restore old url behavior, which is now supported by the plone
 proxyview

---
 program/templates/day_schedule.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/program/templates/day_schedule.html b/program/templates/day_schedule.html
index ad56d68d..eb0d3d75 100644
--- a/program/templates/day_schedule.html
+++ b/program/templates/day_schedule.html
@@ -18,7 +18,7 @@
                 prevText: "Zurück",
                 defaultDate: location.href.split('/').slice(4, 7).join('.'),
                 onSelect: function (dateText, inst) {
-                    location = '/programm/details/@@proxyview/' + dateText.split('.').join('/');
+                    location = '/program/' + dateText.split('.').join('/');
                 }
             });
         });
-- 
GitLab