portal/list: record encoding on new list
This commit is contained in:
parent
fca84e0fa7
commit
c918138312
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ def list_new(group_id: Optional[int] = None) -> ResponseReturnValue:
|
|||
list_ = MirrorList()
|
||||
list_.provider = form.provider.data
|
||||
list_.format = form.format.data
|
||||
list._encoding = form.encoding.data
|
||||
list_.description = form.description.data
|
||||
list_.container = form.container.data
|
||||
list_.branch = form.branch.data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue