diff --git a/resources/views/publish/create-step1.blade.php b/resources/views/publish/create-step1.blade.php
index e016774..6de21f8 100644
--- a/resources/views/publish/create-step1.blade.php
+++ b/resources/views/publish/create-step1.blade.php
@@ -211,7 +211,7 @@
@@ -586,8 +586,8 @@
'v-model' => 'dataset.coverage.time_min', 'data-vv-scope' => 'step-2', 'step' => 1,
"v-validate" => "this.isTimeRange ? 'required|date_format:dd.MM.yyyy HH:mm:ss' : '' "]) !!} --}}
+ v-validate="this.isTimeRange ? 'required' : '' " format="YYYY-MM-DD h:i:s"
+ data-vv-scope="step-2" v-model='dataset.coverage.time_min'>
{!! Form::label('timemax', 'time max: ') !!}
@@ -595,8 +595,8 @@
'v-model' => 'dataset.coverage.time_max', 'data-vv-scope' => 'step-2', 'step' => 1,
"v-validate" => "this.isTimeRange ? 'required|date_format:dd.MM.yyyy HH:mm:ss' : '' "]) !!} --}}
+ v-validate="this.isTimeRange ? 'required' : '' " format="YYYY-MM-DD h:i:s"
+ data-vv-scope="step-2" v-model='dataset.coverage.time_max'>
@@ -627,7 +627,10 @@
class="far fa-lg fa-question-circle">
- Relation |
+ Relation
+ |
Label
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ year
+
+
+
+
+
+
+
+ year_inverted
+ :
+
+
+
+
+
+
+ server_date_published
+
+
+
+
+
+
+
+ server_date_modified
+
+
+
+
+
+
+
+ language
+
+
+
+
+
+
+ title
+
+
+
+
+ title_output
+
+
+
+
+
+
+
+
+ abstract
+
+
+
+
+ abstract_output
+
+
+
+
+
+
+
+
+ author
+
+ ,
+
+
+
+
+
+
+ author_sort
+
+
+
+
+
+
+
+
+
+
+
+ fulltext
+
+
+
+
+
+
+ has_fulltext
+
+
+
+
+
+
+ fulltext_id_success
+
+
+
+
+
+
+
+ fulltext_id_failure
+
+
+
+
+
+
+
+ referee
+
+
+
+
+
+
+
+
+
+
+ persons
+
+
+
+
+
+
+
+
+
+ doctype
+
+
+
+
+
+
+ subject
+
+
+
+
+
+
+
+ subject
+
+
+
+
+
+
+ belongs_to_bibliography
+
+
+ false
+
+
+ true
+
+
+
+
+
+
+
+
+
+ project
+
+
+
+ app_area
+
+
+
+
+
+ institute
+
+
+
+
+
+
+ collection_ids
+
+
+
+
+
+
+
+ title_parent
+
+
+
+
+
+
+
+ title_sub
+
+
+
+
+
+
+
+ title_additional
+
+
+
+
+
+
+
+ series_ids
+
+
+
+
+
+ series_number_for_id_
+
+
+
+
+
+
+ doc_sort_order_for_seriesid_
+
+
+
+
+
+
+
+
+ creating_corporation
+
+
+
+
+
+
+
+ contributing_corporation
+
+
+
+
+
+
+
+ publisher_name
+
+
+
+
+
+
+
+ publisher_place
+
+
+
+
+
+
+
+ identifier
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
|