AI Konversationen Rechte + Ansicht

This commit is contained in:
2025-03-14 14:04:46 +01:00
parent ca5b2851cd
commit c271962faf
14 changed files with 223 additions and 16 deletions

View File

@@ -10,7 +10,8 @@ namespace BeWo
FeatureCustomerWohnhilfe,
FeatureWohnheimWohneinheit,
FeatureAuswertungenQuittierungsbelege,
FeatureDakota
FeatureDakota,
FeatureAiModule
}
public class DebugConfig
@@ -139,6 +140,19 @@ namespace BeWo
EnableAutoRemoteDebugging = true
});
name2config.Add("FeatureAiModule",
new DebugConfig()
{
DebugConfigMode = DebugConfigMode.FeatureAiModule,
AutoLogin = true,
//SelectView = UIContext.Finance,
//SelectIndex = 8,
//DefaultLoginUsername = "m1",
//DefaultLoginPassword = "bewobewo",
//DefaultProfilename = "5000000000",
EnableAutoRemoteDebugging = true
});
return name2config;
}
#endif