workflows: set _receiver as default actor for export to models (#6249)

This commit is contained in:
Frédéric Péters 2015-01-06 14:55:08 +01:00
parent ae4f9c2602
commit 5619e42d94
1 changed files with 1 additions and 1 deletions

View File

@ -1539,7 +1539,7 @@ class ExportToModel(WorkflowStatusItem):
model_file = None
attach_to_history = False
directory_class = ExportToModelDirectory
by = []
by = ['_receiver']
def render_as_line(self):
if self.label: