Add task create and update

This commit is contained in:
trojanh
2020-01-31 19:36:10 +05:30
parent 1759f6ce98
commit cc302b7508
4 changed files with 430 additions and 270 deletions

View File

@@ -9,7 +9,7 @@ export const clientOperations = [
type: 'options',
displayOptions: {
show: {
resource
resource,
},
},
options: [
@@ -47,7 +47,7 @@ export const clientFields = [
type: 'boolean',
displayOptions: {
show: {
resource
resource,
operation: [
'getAll',
],
@@ -62,7 +62,7 @@ export const clientFields = [
type: 'number',
displayOptions: {
show: {
resource
resource,
operation: [
'getAll',
],
@@ -86,7 +86,7 @@ export const clientFields = [
default: {},
displayOptions: {
show: {
resource
resource,
operation: [
'getAll',
],