From 47c4b11217eab03d524b92f1a3a7f27da21d4d86 Mon Sep 17 00:00:00 2001 From: Steven Chan Date: Wed, 10 Sep 2014 13:43:54 -0700 Subject: [PATCH] Fix regression error in checkout action button Convert checkout link URLs to reverse proxy format to make it work again. Signed-off-by: Steven Chan --- src/od_data.coffee | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/od_data.coffee b/src/od_data.coffee index 55a820a..dd7673d 100644 --- a/src/od_data.coffee +++ b/src/od_data.coffee @@ -170,8 +170,10 @@ define [ @checkouts = [] if @checkouts is undefined return @ - proxy_urls:-> - (@proxies v.actions) for v, n in @checkouts + proxy_urls: -> + for x in @checkouts + @proxies x.actions + @proxies y.linkTemplates for y in x.formats return @ # For each checkout, convert any ISO 8601 date strings into a -- 2.11.0