Merge remote-tracking branch 'origin/feature_guiOverhaul_M3' into feature_guiOverhaul_M3
This commit is contained in:
@@ -135,7 +135,6 @@ public class TaskFormularController implements Initializable {
|
||||
});
|
||||
|
||||
button.disableProperty().bind(start_datePicker.valueProperty().isNull()
|
||||
.or(end_datePicker.valueProperty().isNull())
|
||||
.or(taskName_field.textProperty().isEmpty())
|
||||
.or(description_area.textProperty().isEmpty()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user