forked from extern/django-helpdesk
add KBitem.order to allow ordering items
This commit is contained in:
@ -70,7 +70,7 @@ class FollowUpAdmin(admin.ModelAdmin):
|
||||
|
||||
@admin.register(KBItem)
|
||||
class KBItemAdmin(admin.ModelAdmin):
|
||||
list_display = ('category', 'title', 'last_updated', 'team', )
|
||||
list_display = ('category', 'title', 'last_updated', 'team', 'order')
|
||||
inlines = [KBIAttachmentInline]
|
||||
readonly_fields = ('voted_by', 'downvoted_by')
|
||||
|
||||
|
Reference in New Issue
Block a user