Fix lint issues, formatting and icons

This commit is contained in:
Jan Oberhauser
2020-12-02 11:54:10 +01:00
parent ea9f61089b
commit a38665e82c
24 changed files with 870 additions and 893 deletions

View File

@@ -132,20 +132,20 @@ export const taskFields = [
default: 'Waiting',
options: [
{
name: 'Waiting',
value: 'Waiting',
},
{
name: 'InProgress',
value: 'InProgress',
name: 'Cancel',
value: 'Cancel',
},
{
name: 'Completed',
value: 'Completed',
},
{
name: 'Cancel',
value: 'Cancel',
name: 'InProgress',
value: 'InProgress',
},
{
name: 'Waiting',
value: 'Waiting',
},
],
required: true,
@@ -313,26 +313,26 @@ export const taskFields = [
description: 'Date of the beginning of the task. This is automatically set when status is set to Open',
},
{
displayName: 'status',
displayName: 'Status',
name: 'status',
type: 'options',
default: 'Waiting',
options: [
{
name: 'Waiting',
value: 'Waiting',
},
{
name: 'In Progress',
value: 'InProgress',
name: 'Cancel',
value: 'Cancel',
},
{
name: 'Completed',
value: 'Completed',
},
{
name: 'Cancel',
value: 'Cancel',
name: 'In Progress',
value: 'InProgress',
},
{
name: 'Waiting',
value: 'Waiting',
},
],
description: 'Status of the task. Default=Waiting',
@@ -438,20 +438,20 @@ export const taskFields = [
default: 'Waiting',
options: [
{
name: 'Waiting',
value: 'Waiting',
},
{
name: 'In Progress',
value: 'InProgress'
name: 'Cancel',
value: 'Cancel',
},
{
name: 'Completed',
value: 'Completed'
value: 'Completed',
},
{
name: 'Cancel',
value: 'Cancel'
name: 'In Progress',
value: 'InProgress',
},
{
name: 'Waiting',
value: 'Waiting',
},
],
description: 'Status of the task. Default=Waiting',