Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
planner-team-one
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
21
Issues
21
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Евгений Положенцев
planner-team-one
Commits
156bbd41
Commit
156bbd41
authored
Jan 11, 2023
by
Евгений Положенцев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#146
setup worker tasks tbl on translated statuses of tasks
parent
732d1658
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
TableRowTask.js
...ponents/UsersTasksCompoments/TableRowTask/TableRowTask.js
+7
-4
No files found.
planner-front/src/components/UsersTasksCompoments/TableRowTask/TableRowTask.js
View file @
156bbd41
...
...
@@ -22,6 +22,7 @@ import BasicSelect from "../../UI/Select/Select";
import
CalendarMonthIcon
from
'@mui/icons-material/CalendarMonth'
;
import
KeyboardArrowDownIcon
from
'@mui/icons-material/KeyboardArrowDown'
;
import
KeyboardArrowUpIcon
from
'@mui/icons-material/KeyboardArrowUp'
;
import
{
TaskStatuses
}
from
"../../../helpers/TableTasksHelpers"
;
const
weekDays
=
[
"Вс"
,
"Пн"
,
"Вт"
,
"Ср"
,
"Чт"
,
"Пт"
,
"Сб"
];
...
...
@@ -314,9 +315,11 @@ const TableRowTask= ({
<
TableCell
>
<
BasicSelect
items
=
{[
{
value
:
"opened"
,
title
:
"opened"
},
{
value
:
"done"
,
title
:
"done"
},
{
value
:
"failed"
,
title
:
"failed"
},
{
value
:
"opened"
,
title
:
"создано"
},
{
value
:
"done"
,
title
:
"выполнено"
},
{
value
:
"failed"
,
title
:
"просрочено"
},
{
value
:
"progress"
,
title
:
"в работе"
},
{
value
:
"cancelled"
,
title
:
"отменено"
},
]}
task
=
{
task
}
onChange
=
{
onChange
}
...
...
@@ -330,7 +333,7 @@ const TableRowTask= ({
{...{
task
,
name
:
"accomplish"
,
value
:
task
.
accomplish
,
value
:
TaskStatuses
[
task
.
accomplish
]
,
user
:
user
}}
/
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment