add description column to the task requests table

This commit is contained in:
Bilal
2020-06-24 14:23:26 +02:00
parent a5213feccc
commit ba826508d8
5 changed files with 63 additions and 1 deletions

View File

@@ -965,6 +965,7 @@ en:
task_request_results: Task Results
task_request_status: Status
task_request_time_allowed: Time Allowed
task_request_description: Description
new:
heading: New Task Request
show:
@@ -973,6 +974,7 @@ en:
actions:
manage: Manage
open_deliverable: Open Deliverable
read_more: read more
update:
notice: Task request updated successfully.
tasks:

View File

@@ -191,3 +191,7 @@ es:
actions:
manage: Manage (ES)
open_deliverable: Open Deliverable (ES)
read_more: read more (ES)
index:
table_headers:
task_request_description: Description (ES)