[Mpuls-commits] r5458 - base/trunk/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Oct 12 13:43:23 CEST 2011


Author: bh
Date: 2011-10-12 13:43:19 +0200 (Wed, 12 Oct 2011)
New Revision: 5458

Modified:
   base/trunk/mpulsweb/lib/config.py
Log:
Remove the renderer rg_digests config setting.
It's not used anymore. The applications use equivalent features of
formedtree.xml files now.


Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py	2011-10-12 11:41:38 UTC (rev 5457)
+++ base/trunk/mpulsweb/lib/config.py	2011-10-12 11:43:19 UTC (rev 5458)
@@ -278,21 +278,6 @@
                     ]}]
         set('case', 'formletter', letters)
 
-        # Rendering of repeated formed pages
-        #
-        # Some repeat groups define entire repeated formed pages.  These
-        # are rendered initially as a list of groups with only a few of
-        # the fields of the individual pages and buttons to view/edit
-        # the details of each instance or to delete an instance.  This
-        # setting describes which fields of an instance to show in the
-        # overview list.
-        #
-        # The value is a dictionary mapping repeat group names to the
-        # field names.  The field names must be fields inside the repeat
-        # group instance but not inside a repeat group within the repeat
-        # group.
-        set("renderer", "rg_digests", unmergeable_dict())
-        
         # IMPORTANT TAGS
         # --------------
         #



More information about the Mpuls-commits mailing list