From 4c9967e17e23ecd44c4404820227cffd52312747 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 9 Jun 2013 16:30:42 -0500 Subject: [PATCH] fixed Issue 1501:Links None in AppAdmin --- VERSION | 2 +- applications/admin/views/appadmin.html | 2 +- applications/examples/views/appadmin.html | 2 +- applications/welcome/views/appadmin.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 1df6ed33..5ef83a59 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.5.1-stable+timestamp.2013.06.09.16.26.17 +Version 2.5.1-stable+timestamp.2013.06.09.16.30.03 diff --git a/applications/admin/views/appadmin.html b/applications/admin/views/appadmin.html index 2fe1817b..2678e573 100644 --- a/applications/admin/views/appadmin.html +++ b/applications/admin/views/appadmin.html @@ -66,7 +66,7 @@ {{if stop - {{linkto=URL('update',args=request.args[0])}} + {{linkto = lambda f, t, r: URL('update', args=[request.args[0], r, f]) if f else "#"}} {{upload=URL('download',args=request.args[0])}} {{=SQLTABLE(rows,linkto,upload,orderby=True,_class='sortable')}} diff --git a/applications/examples/views/appadmin.html b/applications/examples/views/appadmin.html index 2fe1817b..2678e573 100644 --- a/applications/examples/views/appadmin.html +++ b/applications/examples/views/appadmin.html @@ -66,7 +66,7 @@ {{if stop - {{linkto=URL('update',args=request.args[0])}} + {{linkto = lambda f, t, r: URL('update', args=[request.args[0], r, f]) if f else "#"}} {{upload=URL('download',args=request.args[0])}} {{=SQLTABLE(rows,linkto,upload,orderby=True,_class='sortable')}} diff --git a/applications/welcome/views/appadmin.html b/applications/welcome/views/appadmin.html index 2fe1817b..2678e573 100644 --- a/applications/welcome/views/appadmin.html +++ b/applications/welcome/views/appadmin.html @@ -66,7 +66,7 @@ {{if stop - {{linkto=URL('update',args=request.args[0])}} + {{linkto = lambda f, t, r: URL('update', args=[request.args[0], r, f]) if f else "#"}} {{upload=URL('download',args=request.args[0])}} {{=SQLTABLE(rows,linkto,upload,orderby=True,_class='sortable')}}