0.4.30 админ option order
This commit is contained in:
@@ -223,7 +223,7 @@ class Admin_Option(Admin_Trans_BaseModel):
|
|||||||
]
|
]
|
||||||
|
|
||||||
list_display = ['image_thumb', 'opt_type', 'name', 'order', 'value', 'prefix']
|
list_display = ['image_thumb', 'opt_type', 'name', 'order', 'value', 'prefix']
|
||||||
list_editable = ['value', 'prefix']
|
list_editable = ['value', 'prefix', 'order']
|
||||||
list_filter = ['opt_type']
|
list_filter = ['opt_type']
|
||||||
|
|
||||||
admin.site.register(Option,Admin_Option)
|
admin.site.register(Option,Admin_Option)
|
||||||
|
|||||||
Reference in New Issue
Block a user