cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Issue #1832 Load privileges from contextual preferences

Open Wedds opened this issue 4 years ago • 0 comments

This PR is related to issue #1832

It changes the way user privileges retrieved for Windows-based runs: previously it was passed through run parameter OWNER_GROUPS with Administrators as a default value. From now it will be processed from contextual preferences.

  1. New preference launch.win.user.groups is introduced (defaults to Users)
  2. launch.py is modified: groups are loaded using new preference

Wedds avatar Jun 22 '21 14:06 Wedds