Merge branch 'master' of ssh://float.beyondsoft.de/git/beyondSoft/BeWo
This commit is contained in:
@@ -125,11 +125,11 @@ namespace BeWo.View.Detail
|
||||
{
|
||||
tabitem_documents.Visibility = Visibility.Collapsed;
|
||||
}
|
||||
|
||||
if (!BeWoApp.LoggedOnUser.HasRight(UserRightType.ChatSettings))
|
||||
{
|
||||
//CB EINKOMMENTIEREN
|
||||
//if (!BeWoApp.LoggedOnUser.HasRight(UserRightType.ChatSettings))
|
||||
//{
|
||||
tabitem_chatservice.Visibility = Visibility.Collapsed;
|
||||
}
|
||||
//}
|
||||
|
||||
comboBox_Nationalitaet.ItemsSource = pCustomerVM.Nationalitaeten;
|
||||
comboBox_Aufenthalt.ItemsSource = pCustomerVM.AufenthaltsStatuse;
|
||||
@@ -506,11 +506,11 @@ namespace BeWo.View.Detail
|
||||
{
|
||||
grid_EmployeeRelation.Columns["Role"].EditSettings = new ComboBoxEditSettings { ItemsSource = ViewModel.EmployeeRelations.PossibleRoles };
|
||||
}
|
||||
|
||||
if (!BeWoApp.LoggedOnUser.HasRight(UserRightType.ChatSettings))
|
||||
{
|
||||
grid_EmployeeRelation.Columns["Chatpartner"].Visible = false;
|
||||
}
|
||||
//CB EINKOMMENTIEREN
|
||||
//if (!BeWoApp.LoggedOnUser.HasRight(UserRightType.ChatSettings))
|
||||
//{
|
||||
// grid_EmployeeRelation.Columns["Chatpartner"].Visible = false;
|
||||
//}
|
||||
|
||||
}
|
||||
if (grid_TeamRelation == null)
|
||||
|
||||
Reference in New Issue
Block a user