Merge remote-tracking branch 'origin/feature_guiOverhaul_M3' into feature_guiOverhaul_M3

This commit is contained in:
giavaphi 2022-11-27 21:56:37 +01:00
commit 6d24687f7b
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ public class TaskFormularController implements Initializable {
}); });
button.disableProperty().bind(start_datePicker.valueProperty().isNull() button.disableProperty().bind(start_datePicker.valueProperty().isNull()
.or(end_datePicker.valueProperty().isNull())
.or(taskName_field.textProperty().isEmpty()) .or(taskName_field.textProperty().isEmpty())
.or(description_area.textProperty().isEmpty())); .or(description_area.textProperty().isEmpty()));
} }