X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Finventory%2Fadmin.py;h=38b3fee024f568797b1c0e5970143cd6510e6fb2;hb=2dfb9fbb033370a02e96735699c3d84fcc8859e4;hp=f6d0740d383fd41260d03417cb840fc92fea4b77;hpb=258570b13c412db0d3242549c200a05e7c168f0c;p=htsworkflow.git diff --git a/htsworkflow/frontend/inventory/admin.py b/htsworkflow/frontend/inventory/admin.py index f6d0740..38b3fee 100644 --- a/htsworkflow/frontend/inventory/admin.py +++ b/htsworkflow/frontend/inventory/admin.py @@ -7,7 +7,7 @@ class ItemAdmin(admin.ModelAdmin): save_on_top = True list_display = ('uuid', 'barcode_id','item_type', 'item_info', 'location', 'force_use_uuid', 'creation_date') list_filter = ( - 'item_type', + 'item_type', 'status' ) search_fields = [ 'barcode_id',