fix API docs for getLineage. joinClass takes 1 class only, as a string
This commit is contained in:
parent
7377de01f4
commit
cab4e0bccd
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue