fix: convert active flag to archived

to better mirror farmOS
This commit is contained in:
Lance Edgar 2026-02-14 18:52:49 -06:00
parent 98be276bd1
commit 4ed61380de
13 changed files with 292 additions and 36 deletions

View file

@ -45,7 +45,7 @@ class LandAssetView(WuttaFarmMasterView):
"is_location",
"is_fixed",
"notes",
"active",
"archived",
]
sort_defaults = "name"
@ -60,7 +60,7 @@ class LandAssetView(WuttaFarmMasterView):
"is_location",
"is_fixed",
"notes",
"active",
"archived",
"farmos_uuid",
"drupal_id",
]