|
|
|
@ -138,8 +138,7 @@ class AllRequestsProvider extends ChangeNotifier {
|
|
|
|
list.add(5);
|
|
|
|
list.add(5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
list.add(6); // task module
|
|
|
|
list.add(6); // task module
|
|
|
|
|
|
|
|
if (context.settingProvider.isUserFlowMedical) {
|
|
|
|
if (context.settingProvider.isUserFlowMedical && context.userProvider.user!.type != UsersTypes.normal_user) {
|
|
|
|
|
|
|
|
list.add(7); // task mod
|
|
|
|
list.add(7); // task mod
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// if (context.userProvider.user!.type != UsersTypes.normal_user) {
|
|
|
|
// if (context.userProvider.user!.type != UsersTypes.normal_user) {
|
|
|
|
|