diff --git a/src/api-legacy/v1/borehole/stratigraphy/layer/patch.py b/src/api-legacy/v1/borehole/stratigraphy/layer/patch.py index cdcce950f..f9e7454cb 100644 --- a/src/api-legacy/v1/borehole/stratigraphy/layer/patch.py +++ b/src/api-legacy/v1/borehole/stratigraphy/layer/patch.py @@ -229,9 +229,7 @@ async def execute(self, id, field, value, user_id): 'grain_shape', 'grain_granularity', 'uscs_3', - # 'uscs_determination', 'debris', - # 'lithology_top_bedrock' ]: schema = field @@ -251,15 +249,9 @@ async def execute(self, id, field, value, user_id): elif field == 'uscs_3': schema = 'uscs_type' - # elif field == 'uscs_determination': - # schema = 'uscs_determination' - elif field == 'debris': schema = 'debris' - # elif field == 'lithology_top_bedrock': - # schema = 'custom.lithology_top_bedrock' - await self.conn.execute(""" DELETE FROM bdms.layer_codelist WHERE id_lay_fk = $1 diff --git a/src/client/src/commons/form/multiple/multipleForm.js b/src/client/src/commons/form/multiple/multipleForm.js index 8c536d017..591b2fffb 100644 --- a/src/client/src/commons/form/multiple/multipleForm.js +++ b/src/client/src/commons/form/multiple/multipleForm.js @@ -412,10 +412,7 @@ class MultipleForm extends React.Component { this.getDomain("location_precision"), this.getDomain("elevation_precision"), this.getDomain("reference_elevation_qt", "elevation_precision"), - this.getDomain( - "reference_elevation_type", - "reference_elevation_type", - ), + this.getDomain("reference_elevation_type"), ])} {this.getGroup([ this.getDomain("kind"),