lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 0ab3e153 authored by Sebastien Robin's avatar Sebastien Robin

activity tool: fixed display of portal_activities

there was issue with edit since getActiveProcess was called and
there was troubles with inexesting activity runtime environment
parent 1886b351
......@@ -1468,7 +1468,7 @@ class ActivityTool (Folder, UniqueObject):
object_list = []
for sql_message in message_list:
message = self.newContent(temp_object=1)
message.edit (**sql_message.__dict__)
message.__dict__.update(**sql_message.__dict__)
object_list.append(message)
return object_list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment