Fixed Approval queue does not save all inputs for job

truonglv

Well-known member
Affected version
2.1 beta 4
I have an field in approval queue item. When i change the value and use this method to get value:
Code:
$this->getInput('XXX', 'YYY');
and it's return empty value. I have setup field name correct with the code and no luck cause the job does not save all inputs when submit.
 
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in a future XF release (2.1.0 Beta 5).

Change log:
Ensure input is maintained from the original request through to the approval queue processing job.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom