error fix in the publication process
This commit is contained in:
parent
ef0b5131ce
commit
b7b04a61d6
6 changed files with 35 additions and 36 deletions
|
@ -26,16 +26,16 @@ class Dataset extends Model
|
|||
const UPDATED_AT = 'server_date_modified';
|
||||
const PUBLISHED_AT = 'server_date_published';
|
||||
|
||||
// protected $fillable = [
|
||||
// 'type',
|
||||
// 'language',
|
||||
// 'server_state',
|
||||
// 'creating_corporation',
|
||||
// 'project_id',
|
||||
// 'embargo_date',
|
||||
// 'belongs_to_bibliography',
|
||||
// ];
|
||||
protected $guarded = [];
|
||||
protected $fillable = [
|
||||
'type',
|
||||
'language',
|
||||
'server_state',
|
||||
'creating_corporation',
|
||||
'project_id',
|
||||
'embargo_date',
|
||||
'belongs_to_bibliography',
|
||||
];
|
||||
//protected $guarded = [];
|
||||
/**
|
||||
* The attributes that should be mutated to dates.
|
||||
*
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue