Bug #3154
closedDocumentation missing for DarwinCoreDataSource
0%
Description
When a DarwinCoreDataSource is dragged to the work area from the actor list, there is no documentation available. The same problem occurs when the actor is the result of a search.
Updated by ben leinfelder over 16 years ago
In addition to adding the documentation to the moml in the actor library , we'll also need to add some code that was added to the EML200Datasource to look up the documentation from the library instance of this class.
see bug #3039 and/or the method in EML200Datasource:
public static void generateDocumentationForInstance(Eml200DataSource emlActor);
Updated by ben leinfelder over 16 years ago
-solicit information from Dave V. and Jing to flesh out documentation in the actor library
-include actor documentation from actor library instance for search results intances
Updated by ben leinfelder over 16 years ago
added documentation to the actor moml and also added method for pulling the documentation from the actor library for search results. these changes are in both HEAD and the 1.0 release branch