[Bps-public-commit] r15336 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Aug 21 06:58:10 EDT 2008
Author: sartak
Date: Thu Aug 21 06:58:09 2008
New Revision: 15336
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/Server/View.pm
Log:
r70159 at onn: sartak | 2008-08-21 06:57:37 -0400
We only want to generate tables for referenced collections, not all referenced entities
Modified: Prophet/trunk/lib/Prophet/Server/View.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Server/View.pm (original)
+++ Prophet/trunk/lib/Prophet/Server/View.pm Thu Aug 21 06:58:09 2008
@@ -113,8 +113,8 @@
show record_changesets => $record;
- # linked records
- for my $method ($record->reference_methods) {
+ # linked collections
+ for my $method ($record->collection_reference_methods) {
my $collection = $record->$method;
next if $collection->count == 0;
More information about the Bps-public-commit
mailing list