Merge branch 'dev' into 493-implement-rapid-order-creation-voice-text-in-client-mobile-app
This commit is contained in:
@@ -139,7 +139,7 @@ extension StaffNavigator on IModularNavigator {
|
||||
///
|
||||
/// Manage personal information, documents, and preferences.
|
||||
void toProfile() {
|
||||
pushNamedAndRemoveUntil(StaffPaths.profile, (_) => false);
|
||||
navigate(StaffPaths.profile);
|
||||
}
|
||||
|
||||
// ==========================================================================
|
||||
@@ -189,7 +189,7 @@ extension StaffNavigator on IModularNavigator {
|
||||
///
|
||||
/// Record previous work experience and qualifications.
|
||||
void toExperience() {
|
||||
pushNamed(StaffPaths.experience);
|
||||
navigate(StaffPaths.experience);
|
||||
}
|
||||
|
||||
/// Pushes the attire preferences page.
|
||||
|
||||
Reference in New Issue
Block a user