Added programmer role and fixed snackbar not showing
This commit is contained in:
@@ -266,6 +266,7 @@ final tasksProvider = StreamProvider<List<Task>>((ref) {
|
||||
|
||||
final isGlobal =
|
||||
profile.role == 'admin' ||
|
||||
profile.role == 'programmer' ||
|
||||
profile.role == 'dispatcher' ||
|
||||
profile.role == 'it_staff';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user