This commit is contained in:
2026-05-26 12:30:53 +02:00
parent 9c10386b87
commit 7c86e4f993
3 changed files with 0 additions and 6 deletions

View File

@@ -35,8 +35,6 @@ namespace BeWo.View.Navigation
{
InitializeComponent();
//mainNavigationView.OpenAiWindowCommand = CommandFactory.GetAiViewCommand(OpenAiWindow, UserRightType.AiModuleChatView);
mainNavigationView.Sorter = new OrganisationSorter();
mainNavigationView.ArchiveButtonVisible =

View File

@@ -43,8 +43,6 @@ namespace BeWo.View.Navigation
{
InitializeComponent();
//mainNavigationView.OpenAiWindowCommand = CommandFactory.GetAiViewCommand(OpenAiWindow, UserRightType.AiModuleChatView);
mainNavigationView.Sorter = new PersonSorter();
mainNavigationView.ArchiveButtonVisible = BeWoApp.LoggedOnUser.HasRight(UserRightType.Person_AllowArchiving);

View File

@@ -49,8 +49,6 @@ namespace BeWo.View.Navigation
{
this.InitializeComponent();
//mainNavigationView.OpenAiWindowCommand = CommandFactory.GetAiViewCommand(OpenAiWindow, UserRightType.AiModuleChatView);
this.mainNavigationView.Sorter = new SupportConceptSorter();
this.mainNavigationView.ArchiveButtonVisible = BeWoApp.LoggedOnUser.HasRight(UserRightType.SupportConceptView_AllowArchiving);
this.mainNavigationView.ShowArchivedObjectsVisible = true;