-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.2
-
Fix Version/s: 7.3
-
Component/s: Automation
-
Tags:
-
Upgrade notes:
-
Sprint:TGV 7.2-5
-
Story Points:5
Currently the ScriptingOperationImpl context is initialized from the AutomationContext but lacks some useful member variables :
- the principal
- the coreSession
More problematically : the references is not maintained so changes inside the AutomationContext done by one operation are not visible by the others.