flows: export export/import functions in UI

This commit is contained in:
Jens Langhammer
2020-08-28 15:06:25 +02:00
parent b7ca40d98e
commit a977184577
7 changed files with 88 additions and 4 deletions

View File

@ -135,6 +135,10 @@ class Flow(SerializerModel, PolicyBindingModel):
verbose_name = _("Flow")
verbose_name_plural = _("Flows")
permissions = [
("export_flow", "Can export a Flow"),
]
class FlowStageBinding(SerializerModel, PolicyBindingModel):
"""Relationship between Flow and Stage. Order is required and unique for