Added Action Taken on Task
This commit is contained in:
@@ -38,6 +38,7 @@ class FakeTasksController extends TasksController {
|
||||
String? requestedBy,
|
||||
String? notedBy,
|
||||
String? receivedBy,
|
||||
String? actionTaken,
|
||||
}) async {
|
||||
final m = <String, dynamic>{};
|
||||
if (requestType != null) {
|
||||
@@ -58,6 +59,9 @@ class FakeTasksController extends TasksController {
|
||||
if (receivedBy != null) {
|
||||
m['receivedBy'] = receivedBy;
|
||||
}
|
||||
if (actionTaken != null) {
|
||||
m['actionTaken'] = actionTaken;
|
||||
}
|
||||
if (status != null) {
|
||||
m['status'] = status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user