Realocar posição do 'Consultar Agendas'

This commit is contained in:
J. A. Messias 2024-12-19 13:45:20 -03:00
parent b22e6815d2
commit 5197ad2408
1 changed files with 10 additions and 10 deletions

View File

@ -61,16 +61,6 @@ class MenuEntry implements BaseModule {
route: '/scheduleCompleteVisitPage',
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(
key: 'FRE-HUB-RESIDENTS',
icon: Icons.groups,
@ -179,6 +169,16 @@ class MenuEntry implements BaseModule {
route: '/liberationHistory',
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(
key: 'FRE-HUB-MESSAGES',
icon: Icons.chat_outlined,