comm
This commit is contained in:
@@ -35,8 +35,6 @@ namespace BeWo.View.Navigation
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
//mainNavigationView.OpenAiWindowCommand = CommandFactory.GetAiViewCommand(OpenAiWindow, UserRightType.AiModuleChatView);
|
||||
|
||||
mainNavigationView.Sorter = new OrganisationSorter();
|
||||
|
||||
mainNavigationView.ArchiveButtonVisible =
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user