cb, letzte Bugfixes vor Version
This commit is contained in:
@@ -6,6 +6,7 @@ using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Input;
|
||||
using BeWo.Core.Service;
|
||||
using BS.Shared;
|
||||
using BS.Shared.DataContracts;
|
||||
using BS.Shared.DataContracts.ClientPartials;
|
||||
|
||||
@@ -219,7 +220,7 @@ namespace BeWo.View.Controls
|
||||
|
||||
private void SetPopUpVisible(bool visible)
|
||||
{
|
||||
if (!ShowRatingPanel)
|
||||
if (!ShowRatingPanel || !BeWoApp.LoggedOnUser.HasRight(UserRightType.BewertenInZeiterfassung))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user