Bug #6436
OAI - setSpec not populated in ListSets
Status: | Verified | Start date: | 03/10/2014 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Dan Gillean | % Done: | 0% | |
Category: | OAI-PMH | |||
Target version: | Release 2.2.0 | |||
Google Code Legacy ID: | Tested version: | 2.0.1, 2.2 | ||
Sponsored: | No | Requires documentation: |
Description
For the ListSets verb, the setSpec element is empty, but setName is populated. On the other hand, setSpec is generated for ListRecords, so it is being generated somewhere.
E.g.:
ListSets:
<set>
<setSpec></setSpec>
<setName>Fonds Fonds 170 - K.M. Gunvaldsen fonds</setName>
</set>
...
ListRecords:
<setSpec>oai:sain-atom-test02.scaa.sk.ca:saintest_12108</setSpec>
History
#1 Updated by Dan Gillean about 8 years ago
- Category set to OAI-PMH
- Assignee set to Mike Cantelon
- Target version set to Release 2.0.2
Tentatively assigned to 2.0.2 so we can keep track of this. Currently unsponsored.
#2 Updated by Dan Gillean almost 8 years ago
- Target version changed from Release 2.0.2 to Release 2.2.0
#3 Updated by Sarah Romkey about 7 years ago
- Target version deleted (
Release 2.2.0)
Needs to be re-tested.
#4 Updated by Dan Gillean about 7 years ago
- Tested version 2.0.1, 2.2 added
Re-tested; still an issue.
#5 Updated by Mark Triggs about 7 years ago
I've addressed this issue in a PR I submitted yesterday:
#6 Updated by Dan Gillean about 7 years ago
- Status changed from New to QA/Review
- Assignee changed from Mike Cantelon to Dan Gillean
- Target version set to Release 2.2.0
Addressed by Mark Triggs, a community developer, as part of this PR: https://github.com/artefactual/atom/pull/136
commit: https://github.com/artefactual/atom/commit/98944ad89a50b9203ee1bdd7028f592dd0c3bbf1
#7 Updated by Dan Gillean about 7 years ago
- Status changed from QA/Review to Verified
Documentation for this was fixed as part of this commit: