Bug #1484
closedTaxonomic Coverage Page not being populated properly
0%
Description
if you have a dataset that already has Taxon coverage data, and open the taxon
editor from the documentation menu, the citation detailsl are not properly
retrieved and displayed. Haven't yet tested this for going back/forwards in the
wizard. Suspect a problem with getPageData() method, or the root xpath that is
passed to this method. Continuing investigation...
Updated by Matthew Brooke over 20 years ago
status: taxon dialog works ok in wizard, and works OK for an existing datapkg, provided it doesn't
already contain taxon coverage info; however, if a pkg already contains taxon info, or if you add some,
and then try to re-open the taxon page, it defaults to the xml tree editor instead of the taxon dialog.
Looks like the setPageData() method is returning false, implying that the taxon page cannot handle all
the metadata being passed. Possibly a problem with Perumal's traverseTree() method?? Too complex for
my small brain to grasp at this time of nigth - probably easier for perumal top fix this one
changed target to 1.5
Updated by Perumal Sambasivam over 20 years ago
the wrong xPath was being passed to the setPageData() method. This was causing
the problem. Corrected it now.