Realocar posição do 'Consultar Agendas'
This commit is contained in:
parent
b22e6815d2
commit
5197ad2408
|
@ -61,16 +61,6 @@ class MenuEntry implements BaseModule {
|
||||||
route: '/scheduleCompleteVisitPage',
|
route: '/scheduleCompleteVisitPage',
|
||||||
types: [MenuEntryType.Home, MenuEntryType.Drawer],
|
types: [MenuEntryType.Home, MenuEntryType.Drawer],
|
||||||
),
|
),
|
||||||
MenuEntry(
|
|
||||||
key: 'FRE-HUB-PROVISIONAL-HISTORY',
|
|
||||||
icon: Icons.person_search_outlined,
|
|
||||||
name: FFLocalizations.of(navigatorKey.currentContext!).getVariableText(
|
|
||||||
ptText: 'Consultar Agendas',
|
|
||||||
enText: 'Provisional History',
|
|
||||||
),
|
|
||||||
route: '/provisionalHistoryPage',
|
|
||||||
types: [MenuEntryType.Home, MenuEntryType.Drawer],
|
|
||||||
),
|
|
||||||
MenuEntry(
|
MenuEntry(
|
||||||
key: 'FRE-HUB-RESIDENTS',
|
key: 'FRE-HUB-RESIDENTS',
|
||||||
icon: Icons.groups,
|
icon: Icons.groups,
|
||||||
|
@ -179,6 +169,16 @@ class MenuEntry implements BaseModule {
|
||||||
route: '/liberationHistory',
|
route: '/liberationHistory',
|
||||||
types: [MenuEntryType.Home, MenuEntryType.Drawer],
|
types: [MenuEntryType.Home, MenuEntryType.Drawer],
|
||||||
),
|
),
|
||||||
|
MenuEntry(
|
||||||
|
key: 'FRE-HUB-PROVISIONAL-HISTORY',
|
||||||
|
icon: Icons.person_search_outlined,
|
||||||
|
name: FFLocalizations.of(navigatorKey.currentContext!).getVariableText(
|
||||||
|
ptText: 'Consultar Agendas',
|
||||||
|
enText: 'Provisional History',
|
||||||
|
),
|
||||||
|
route: '/provisionalHistoryPage',
|
||||||
|
types: [MenuEntryType.Home, MenuEntryType.Drawer],
|
||||||
|
),
|
||||||
MenuEntry(
|
MenuEntry(
|
||||||
key: 'FRE-HUB-MESSAGES',
|
key: 'FRE-HUB-MESSAGES',
|
||||||
icon: Icons.chat_outlined,
|
icon: Icons.chat_outlined,
|
||||||
|
|
Loading…
Reference in New Issue