Browse Source

Сломал экзекуторов

Danila Alekseev 1 year ago
parent
commit
16c556645f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ROGOZ/Pages/AddEditPage.xaml.cs

+ 1 - 1
ROGOZ/Pages/AddEditPage.xaml.cs

@@ -49,8 +49,8 @@ namespace ROGOZ.Pages
             //DPDeadLine.SelectedDate = DateTime.Today;
             _currentTask = selectedTask;
             CmbStatus.ItemsSource = Status.FillStatus();
-            CmbExecutor.Text = _currentTask.Executor.User.getFIO();
             //CmbExecutor.ItemsSource = user1Entities.GetContext().Executor.ToList();
+            CmbExecutor.ItemsSource = listUsers;
             CmbTaskType.ItemsSource = WorkType.FillWorkType();
             if (selectedTask != null)
                 _currentTask = selectedTask;