Remove all calls to actionInput.getInstance and getSesssion, in favor of the equivallent methods from QContext

This commit is contained in:
2024-07-19 16:16:16 -05:00
parent 61ec57af02
commit f9af2ba983
46 changed files with 135 additions and 129 deletions

View File

@ -174,7 +174,7 @@ class StandardScheduledExecutorTest extends BaseTest
@Override
public void execute(RecordAutomationInput recordAutomationInput) throws QException
{
sessionId = recordAutomationInput.getSession().getIdReference();
sessionId = QContext.getQSession().getIdReference();
}
}