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
@@ -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()));
}