From: Alexander Hartmaier Date: Fri, 1 Apr 2016 10:17:00 +0000 (+0200) Subject: fix grouped_by request argument documentation X-Git-Tag: 2.007001~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=commitdiff_plain;h=3b3479e81d9f724bce64cc965090af0a940874be fix grouped_by request argument documentation --- diff --git a/Changes b/Changes index da37718..63a792b 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} {{ $NEXT }} - Improve data_root & item_root documentation + - Fix grouped_by request argument documentation 2.006002 2014-08-26 12:31:27+02:00 Europe/Vienna - Fix missing Data::Printer test requirement @@ -136,7 +137,7 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} + list_format_output + row_format_output (which is just a passthrough per row) - Search can now take an array of hashrefs to give the ability to use the - default 'OR' + default 'OR' - By default search_parameters is an ArrayRef[HashRef] which is pertinent to list_munge_parameters - More thorough documentation of the various bits and pieces. diff --git a/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm b/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm index bbc13b1..ed6713c 100644 --- a/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm +++ b/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm @@ -110,7 +110,7 @@ Is passed to ->search to determine sorting. default => sub { $p->static ? [] : undef }, ); -=attribute_public groupd_by +=attribute_public grouped_by Is passed to ->search to determine aggregate results.