fix: show drupal ID column for asset types

This commit is contained in:
Lance Edgar 2026-03-04 12:33:29 -06:00
parent e8a8ce2528
commit a0f73e6a32

View file

@ -38,6 +38,7 @@ class AssetTypeView(WuttaFarmMasterView):
grid_columns = [ grid_columns = [
"name", "name",
"drupal_id",
"description", "description",
] ]