diff --git a/projects/laji-api-client/src/lib/models/unit.ts b/projects/laji-api-client/src/lib/models/unit.ts index fd7c72bc0c..41f737a870 100644 --- a/projects/laji-api-client/src/lib/models/unit.ts +++ b/projects/laji-api-client/src/lib/models/unit.ts @@ -44,6 +44,7 @@ export interface Unit { * E.g. how age was determined, by whom and when. */ ageNotes?: string; + local?: boolean; alive?: boolean; ankleInMillimeters?: Array; /** diff --git a/projects/laji/src/app/+observation/form/observation-form.component.html b/projects/laji/src/app/+observation/form/observation-form.component.html index 138a43ff88..df0967cac7 100644 --- a/projects/laji/src/app/+observation/form/observation-form.component.html +++ b/projects/laji/src/app/+observation/form/observation-form.component.html @@ -388,6 +388,19 @@ [useFilterApi]="true" name="lifeStage"> +
+ +
; diff --git a/projects/laji/src/app/shared/model/WarehouseQueryInterface.ts b/projects/laji/src/app/shared/model/WarehouseQueryInterface.ts index d59e2b7db7..b60df87e12 100644 --- a/projects/laji/src/app/shared/model/WarehouseQueryInterface.ts +++ b/projects/laji/src/app/shared/model/WarehouseQueryInterface.ts @@ -248,6 +248,7 @@ export interface WarehouseQueryInterface { featureType?: string; onlyCount?: boolean; pessimisticDateRangeHandling?: boolean; + local?: boolean; alive?: boolean; identificationBasis?: Array; samplingMethod?: Array;