diff --git a/clio/Command/FeatureCommand.cs b/clio/Command/FeatureCommand.cs index 282134a..493fcf8 100644 --- a/clio/Command/FeatureCommand.cs +++ b/clio/Command/FeatureCommand.cs @@ -90,7 +90,11 @@ public override int Execute(FeatureOptions options){ Logger.WriteWarning("Use of UseFeatureWebService flag is not recommended"); return base.Execute(options); } - SetFeatureStateDefValue(options); + if (options.SysAdminUnitName is null) { + SetFeatureStateDefValue(options); + } else { + SetFeatureStateForUser(options); + } ClearCache(options.Code); return 0; } diff --git a/clio/clio.csproj b/clio/clio.csproj index 4e46b1c..5b372ef 100644 --- a/clio/clio.csproj +++ b/clio/clio.csproj @@ -9,7 +9,7 @@ creatio rnd team cli ATF clio creatio en - 8.0.1.16 + 8.0.1.17 $(AssemblyVersion) $(AssemblyVersion) CLI interface for Creatio