Fixes: 1) Add "last_processing_response" to additional_fields in admin configuration;
Extra: Adjust admin display fields for improved traceability;
This commit is contained in:
parent
5fcb9e7547
commit
20b4efec90
1 changed files with 1 additions and 0 deletions
|
|
@ -504,6 +504,7 @@ class VendorAdmin(FieldsetsMixin, ActivationActionsMixin, ModelAdmin): # type:
|
|||
"uuid",
|
||||
"modified",
|
||||
"created",
|
||||
"last_processing_response",
|
||||
)
|
||||
form = VendorForm
|
||||
general_fields = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue