From dc4c2f46af0415aac186d137dd94e6fdf8a57f0e Mon Sep 17 00:00:00 2001
From: "P.Shvedun"
Date: Thu, 23 Jan 2025 23:15:28 +0200
Subject: [PATCH] Update version to 8.0.1.17
Fix Set-FeatureCommand
---
clio/Command/FeatureCommand.cs | 6 +++++-
clio/clio.csproj | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
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