update queue date field to be reuired.
update searchfield to not submit when nothing is entered.
This commit is contained in:
@@ -69,9 +69,10 @@ class _BuildPatientsListState extends State<BuildPatientsList> {
|
||||
),
|
||||
onTap: () {
|
||||
setState(() {
|
||||
Navigator.of(context).pushNamed('/patient-manager/patient',
|
||||
arguments: PatientViewArguments(
|
||||
widget.signedInUser, widget.patients[index], "business"));
|
||||
// Add popup to add patienmt to queue
|
||||
// Navigator.of(context).pushNamed('/patient-manager/patient',
|
||||
// arguments: PatientViewArguments(
|
||||
// widget.signedInUser, widget.patients[index], "business"));
|
||||
});
|
||||
},
|
||||
trailing: Icon(
|
||||
|
||||
Reference in New Issue
Block a user