Skip to content
Snippets Groups Projects
Commit bf044bd7 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Fix default selected tags in edit interface view

Passing tags as kwarg to the InterfaceForm doesn't work because
obj takes precedence (but interface.tags contain Tag instances and not id)
We need to update the default values. Calling process is required.
See https://stackoverflow.com/questions/5519729/wtforms-how-to-select-options-in-selectmultiplefield

JIRA INFRA-334
parent 49747c50
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment