- small xslt improvements for oai interface
- allo cors for OAI interface for all ip addresses inside RequestController.php
This commit is contained in:
parent
a53a996f85
commit
c4d74ca631
3 changed files with 8 additions and 6 deletions
|
@ -304,7 +304,7 @@ trait DatasetExtension
|
|||
} else {
|
||||
$rows = $select->whereHas('dataset', function ($q) use ($datasetId) {
|
||||
$q->where('id', $datasetId);
|
||||
})->get();
|
||||
})->orderBy('id')->get();
|
||||
}
|
||||
|
||||
foreach ($rows as $row) {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue