fix: getIsa returns undef for pending assets.

Add a new option flag to getIsa, called returnAll.  If returnAll = 1, then
assets are returned regardless of status.  Otherwise, getIsa will only
return committed assets.
This commit is contained in:
Colin Kuskie 2009-12-08 17:22:59 -08:00
parent d1e6f30493
commit 27a7c099ba
3 changed files with 47 additions and 11 deletions

View file

@ -4,6 +4,7 @@
- fixed #11286: Workflow Instance deleted when reaching an Activity that fails to load
- fixed #11296: listLDAPLinks op permissions problems
- fixed #11294: Matrix - Best/Worse Rated Calculations
- fixed getIsa returns undef for pending assets
7.8.7
- fixed #11278: Wrong test for Template::Toolkit in testEnvironment.pl