From eba86ae6bc944878906d632714c455f19726272c Mon Sep 17 00:00:00 2001 From: Gaetan Delannay Date: Tue, 11 Mar 2014 16:22:28 +0100 Subject: [PATCH] [gen] Bugfix in Ref field. --- fields/ref.py | 3 ++- gen/wrappers/ToolWrapper.py | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/fields/ref.py b/fields/ref.py index 6e2e4e1..867f69f 100644 --- a/fields/ref.py +++ b/fields/ref.py @@ -180,7 +180,8 @@ class Ref(Field): align="column.align" var2="refField=column.field"> :_(refField.labelId) :field.pxSortIcons - :tool.pxShowDetails + :tool.pxShowDetails ''') # Displays up/down arrows in a table header column for sorting a given # column. Requires variables "sortable", 'filterable' and 'field'. - pxSortAndFilter = Px(''' + pxSortAndFilter = Px(''' - ''') + ''') # Buttons for navigating among a list of objects (from a Ref field or a # query): next,back,first,last...