create new option for mission

This commit is contained in:
2025-07-12 16:10:14 +03:30
parent 85c74b2ec6
commit 87f32ef948
6 changed files with 73 additions and 1 deletions

View File

@@ -32,7 +32,8 @@ class RequestPortalService
allowedSelects: [
'id', 'user_id', 'username', 'state_name', 'province_name', 'edare_shahri_name',
'description', 'requested_machines', 'type', 'type_fa', 'start_date', 'state_id',
'end_date', 'request_date', 'end_point', 'area', 'zone', 'zone_fa', 'start_time', 'finish_time'
'end_date', 'request_date', 'end_point', 'area', 'zone', 'zone_fa', 'start_time', 'finish_time',
'code', 'category_id', 'category_name', 'explanation'
]
);
}