|
@@ -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;
|