From cab4e0bccd1bb4a34c93ae06d481036a4b0094ec Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 15 May 2007 17:26:37 +0000 Subject: [PATCH] fix API docs for getLineage. joinClass takes 1 class only, as a string --- docs/changelog/7.x.x.txt | 3 +++ lib/WebGUI/AssetLineage.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 683e014a6..d144bafdf 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,7 +1,10 @@ 7.3.18 + - fix: getLineage joinClass expects string, not array ref (perlDreamer Consulting, LLC) + http://www.plainblack.com/bugs/tracker/getlineage-joinclass-expects-string-not-array-ref#wzbxkyWPuzsCRBr3x9QImA - fix: "Rejected" messages in CS mail - fix: AOIHits and AOIRank not working (Yung Han Khoe / United Knowledge) + 7.3.17 - fix: First event in the calendar not working right (Martin Kamerbeek / Oqapi) http://www.plainblack.com/bugs/tracker/first-event-in-the-calendar-not-working-right diff --git a/lib/WebGUI/AssetLineage.pm b/lib/WebGUI/AssetLineage.pm index 981f38d01..9d7c38df4 100644 --- a/lib/WebGUI/AssetLineage.pm +++ b/lib/WebGUI/AssetLineage.pm @@ -305,7 +305,7 @@ A boolean indicating that we should include archived assets in the result set. =head4 joinClass -An array reference containing asset classes to join in. There is no real reason to use a joinClass without a whereClause, but it's trivial to use a whereClause if you don't use a joinClass. You will only be able to filter on the asset table, however. +A string containing as asset class to join in. There is no real reason to use a joinClass without a whereClause, but it's trivial to use a whereClause if you don't use a joinClass. You will only be able to filter on the asset table, however. =head4 whereClause