You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ApplicationsDeployer.__deploy_app_online method currently does not have a plan_stage_mode parameter, so all applications are deployed with the default PlanStagingMode of nostage, even if you specify staged in the model.
For example this model will result in the DbAdapter application being deployed with a PlanStagingMode value of nostage...
The ApplicationsDeployer.__deploy_app_online method currently does not have a plan_stage_mode parameter, so all applications are deployed with the default PlanStagingMode of nostage, even if you specify staged in the model.
For example this model will result in the DbAdapter application being deployed with a PlanStagingMode value of nostage...
The text was updated successfully, but these errors were encountered: