Fix Java 8 resolution for MfApi restart, refresh targets after settings, and copy errors to clipboard.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -27,7 +27,9 @@ public sealed class RestartExecutor
|
||||
if (connection is null)
|
||||
{
|
||||
return (false, "Sonic-Verbindung nicht gefunden",
|
||||
$"Ziel '{target.Name}': SonicConnection '{target.SonicConnectionName}' fehlt in appsettings.");
|
||||
$"Ziel '{target.Name}': SonicConnection '{target.SonicConnectionName}' "
|
||||
+ "ist nicht geladen. Meist fehlt ein Benutzerprofil "
|
||||
+ "(Einstellungen → Profil anlegen und übernehmen).");
|
||||
}
|
||||
|
||||
using SonicManagementClient client =
|
||||
|
||||
Reference in New Issue
Block a user