- composer updates
- DatasetExtension.php_ erweitert um EmbargoDate- und CreatedAt-Attribute - dc:type im OAI ist nun nur Dataset - datacite: Anzeige Erstellungsdatum und EmbargoDatum - Im Frontend nun: "Datum der Freischaltung"
This commit is contained in:
parent
fd4b0eb87d
commit
82665ab35c
5 changed files with 443 additions and 159 deletions
|
@ -108,7 +108,7 @@ trait DatasetExtension
|
|||
"PublishedDate", "PublishedYear",
|
||||
"PublisherName", "PublisherPlace",
|
||||
"PublicationState",
|
||||
"ServerDateCreated",
|
||||
"EmbargoDate", "CreatedAt",
|
||||
"ServerDateModified",
|
||||
"ServerDatePublished",
|
||||
"ServerDateDeleted",
|
||||
|
@ -132,8 +132,8 @@ trait DatasetExtension
|
|||
// Initialize available date fields and set up date validator
|
||||
// if the particular field is present
|
||||
$dateFields = array(
|
||||
'ServerDateCreated', 'PublishedDate',
|
||||
'ServerDateModified', 'ServerDatePublished', 'ServerDateDeleted', 'EmbargoDate'
|
||||
'EmbargoDate', 'CreatedAt', 'PublishedDate',
|
||||
'ServerDatePublished', 'ServerDateDeleted', 'EmbargoDate'
|
||||
);
|
||||
foreach ($dateFields as $fieldName) {
|
||||
$this->getField($fieldName)
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue