Skip to content
Snippets Groups Projects
Commit 7e29c2d6 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

WIP: Remove unused properties and recordtypes

parent 421f0ee2
No related branches found
No related tags found
1 merge request!1F awi sams
......@@ -47,6 +47,15 @@ ContainerType:
obligatory_properties:
Abbreviation:
ConditionType:
inherit_from_recommended:
- ControlledRecordtype
StorageCondition:
recommended_properties:
ConditionType:
condition_value:
datatype: TEXT
Container:
obligatory_properties:
Responsible:
......@@ -60,13 +69,14 @@ Container:
Container size:
description: The size of the container, e.g. number of spaces or dimension
datatype: TEXT
Custom label:
custom_label:
description: A custom label for a container that doesn't have to follow the automatic labeling guidelines.
datatype: TEXT
Container Contents:
datatype: TEXT
PI:
datatype: Person
StorageCondition:
Sample:
recommended_properties:
......
......@@ -41,6 +41,7 @@ const ext_samplemanagement = function($, navbar, log, form_elements, form_panel,
"Main User",
"Latitude start",
"Longitude start",
"Elevation start",
"Collection",
"PI",
"Storage ID",
......@@ -73,10 +74,6 @@ const ext_samplemanagement = function($, navbar, log, form_elements, form_panel,
"Station ID",
"Station number",
"Subevent",
"Time collected start",
"Date collected stop",
"Time collected stop",
"Timezone",
"Hol",
"Sampling depth start",
"Sampling depth stop",
......@@ -84,6 +81,7 @@ const ext_samplemanagement = function($, navbar, log, form_elements, form_panel,
"Water depth stop",
"Latitude stop",
"Longitude stop",
"Elevation stop",
"Taxonomic group/Species",
"AphiaID",
"On-board sampleID",
......@@ -95,10 +93,6 @@ const ext_samplemanagement = function($, navbar, log, form_elements, form_panel,
"OSIS URL",
"Ecotaxa URL",
"PDFReport",
"Date sampled start",
"Date sampled stop",
"Time sampled start",
"Time sampled stop",
"Parent LinkAhead ID"
]
const allColumnNames = non_sample_rt_column_names.concat(requiredColumnNamesChildren).concat(required_column_names);
......@@ -110,9 +104,6 @@ const ext_samplemanagement = function($, navbar, log, form_elements, form_panel,
'NagoyaCase',
"Parent Sample",
"Person",
"SampleType",
"Time start",
"Time stop"
]
const upload_sample_template_form_config = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment