|
|
@@ -14,15 +14,13 @@
|
|
|
<Grid RowDefinitions="Auto,*,Auto,Auto,Auto,Auto,Auto">
|
|
|
<TextBox Watermark="Title"
|
|
|
Text="{Binding Shell.Title}"
|
|
|
- Grid.Row="0"
|
|
|
- TextChanged="TextBox_TextChanged"/>
|
|
|
+ Grid.Row="0"/>
|
|
|
<TextBox Watermark="Task Description"
|
|
|
Text="{Binding Shell.Description}"
|
|
|
AcceptsReturn="True"
|
|
|
VerticalContentAlignment="Top"
|
|
|
IsEnabled="{Binding CanEditDescription}"
|
|
|
- Grid.Row="1"
|
|
|
- TextChanged="TextBox_TextChanged"/>
|
|
|
+ Grid.Row="1"/>
|
|
|
<Button Classes="Standard"
|
|
|
Content="{Binding Shell.JobName, Converter={x:Static modules:TaskEditViewSelectButtonConverter.Instance}, ConverterParameter='Job'}"
|
|
|
Command="{Binding SelectJobCommand}"
|
|
|
@@ -34,8 +32,7 @@
|
|
|
<components:DateSelectorButton Prefix="Due:"
|
|
|
Format="dd MMM yy"
|
|
|
Date="{Binding Shell.DueDate, Mode=TwoWay}"
|
|
|
- Grid.Row="4"
|
|
|
- DateChanged="DateSelector_DateChanged"/>
|
|
|
+ Grid.Row="4"/>
|
|
|
<Button Classes="Standard"
|
|
|
Content="{Binding Shell.EmployeeName, Converter={x:Static modules:TaskEditViewSelectButtonConverter.Instance}, ConverterParameter='Employee'}"
|
|
|
Command="{Binding SelectEmployeeCommand}"
|