From 3271daf1c78647caedd62a18bbefd1afa3e749e3 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 28 May 2010 02:26:44 +0000 Subject: [PATCH] BUGFIX: Don't throw an error if there are no report filters. ENHANCEMENT: Allow for custom generation of SSReport::ID() for parameterised reports. MINOR: Added SSReport::dataClass() accessor. BUGFIX: Don't randomise the order of reports with the same priority. (from r95955) (from r98180) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@105831 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/ReportAdminForm.ss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/ReportAdminForm.ss b/templates/ReportAdminForm.ss index f342bb0f..41e208e8 100644 --- a/templates/ReportAdminForm.ss +++ b/templates/ReportAdminForm.ss @@ -11,6 +11,7 @@ + <% if FieldMap.Filters.Children %>
Filter by
<% control FieldMap.Filters %> @@ -24,10 +25,13 @@

+ <% if FieldMap.action_updatereport %> $FieldMap.action_updatereport.Field + <% end_if %>
 
+ <% end_if %> $FieldMap.ReportContent.FieldHolder