diff --git a/app/Http/Resources/StudyResource.php b/app/Http/Resources/StudyResource.php index edc00973..73bafc69 100644 --- a/app/Http/Resources/StudyResource.php +++ b/app/Http/Resources/StudyResource.php @@ -40,6 +40,7 @@ public function toArray($request) 'identifier' => $this->identifier, 'doi' => $this->doi, 'created_at' => $this->created_at, + 'release_date' => $this->release_date, 'is_public' => $this->is_public, 'public_url' => $this->public_url ? $this->public_url : null, 'updated_at' => $this->updated_at, diff --git a/resources/js/Pages/Public/Project/Study.vue b/resources/js/Pages/Public/Project/Study.vue index 558a05fc..27bf3389 100644 --- a/resources/js/Pages/Public/Project/Study.vue +++ b/resources/js/Pages/Public/Project/Study.vue @@ -5,6 +5,20 @@