Actions
Bug #4448
closedKAREntry dependencies should be observed during KAR Cacheing
Start date:
10/13/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4448
Description
The lsid dependency mechanism for KAREntries was implemented for opening items from a KAR in the proper order (so a workflow was opened before a Report, which was dependent on the workflow). The cacheing of KAREntries did not have this dependency mechanism and assumed that CacheObjects would be returned properly from the KAREntryHandler regardless of any dependencies. The Reporting module has broken this and we now have a need to insert KAR entries into the cache in the proper order. So a Workflow must go into the cache before a cache object for a report can be returned from the KAREntryHandler. There is a bit of reworking to do on this to get it working properly.
Actions