fix: convert active flag to archived
to better mirror farmOS
This commit is contained in:
parent
98be276bd1
commit
4ed61380de
13 changed files with 292 additions and 36 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue