fix: show drupal ID column for asset types
This commit is contained in:
parent
e8a8ce2528
commit
a0f73e6a32
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ class AssetTypeView(WuttaFarmMasterView):
|
|||
|
||||
grid_columns = [
|
||||
"name",
|
||||
"drupal_id",
|
||||
"description",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue