Pass the cached input/output into the real payload
git-svn-id: file:///home/svn/framework3/trunk@8625 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
6ab68f5752
commit
6e2e7ed55e
|
@ -266,8 +266,13 @@ protected
|
|||
# things like session creation (so that event notifications will
|
||||
# work properly)
|
||||
self.actual_payload.parent_payload = self
|
||||
|
||||
# Set the cached user_input/user_output
|
||||
self.actual_payload.user_input = self.user_input
|
||||
self.actual_payload.user_output = self.user_output
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue