- capitalize type attribute for datacite standard
- DatasetExtension filter persons
This commit is contained in:
parent
84deb7c457
commit
69f6f250b9
9 changed files with 41 additions and 29 deletions
|
@ -24,7 +24,7 @@ class Person extends Model
|
|||
public function documents()
|
||||
{
|
||||
return $this->belongsToMany(Dataset::class, 'link_documents_persons', 'person_id', 'document_id')
|
||||
->withPivot('role');
|
||||
->withPivot('role', 'sort_order', 'allow_email_contact');
|
||||
}
|
||||
|
||||
// public function scopeNotLimit($query)
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue