make choice required
This commit is contained in:
parent
e0184f66d3
commit
5fa13533ee
@ -111,6 +111,7 @@ module.exports = {
|
|||||||
inputFields: [
|
inputFields: [
|
||||||
{
|
{
|
||||||
key: 'action',
|
key: 'action',
|
||||||
|
required: true,
|
||||||
type: 'string',
|
type: 'string',
|
||||||
helpText: 'Which action of agenda this should trigger on.',
|
helpText: 'Which action of agenda this should trigger on.',
|
||||||
choices: {
|
choices: {
|
||||||
|
|||||||
@ -101,6 +101,7 @@ module.exports = {
|
|||||||
inputFields: [
|
inputFields: [
|
||||||
{
|
{
|
||||||
key: 'action',
|
key: 'action',
|
||||||
|
required: true,
|
||||||
type: 'string',
|
type: 'string',
|
||||||
helpText: 'Which action of order this should trigger on.',
|
helpText: 'Which action of order this should trigger on.',
|
||||||
choices: {
|
choices: {
|
||||||
|
|||||||
@ -123,6 +123,7 @@ module.exports = {
|
|||||||
inputFields: [
|
inputFields: [
|
||||||
{
|
{
|
||||||
key: 'action',
|
key: 'action',
|
||||||
|
required: true,
|
||||||
type: 'string',
|
type: 'string',
|
||||||
helpText: 'Which action of thirdparty this should trigger on.',
|
helpText: 'Which action of thirdparty this should trigger on.',
|
||||||
choices: {
|
choices: {
|
||||||
|
|||||||
@ -125,6 +125,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
key: 'action',
|
key: 'action',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
required: true,
|
||||||
helpText: 'Which action of ticket this should trigger on.',
|
helpText: 'Which action of ticket this should trigger on.',
|
||||||
choices: {
|
choices: {
|
||||||
create: "Create",
|
create: "Create",
|
||||||
|
|||||||
@ -120,6 +120,7 @@ module.exports = {
|
|||||||
inputFields: [
|
inputFields: [
|
||||||
{
|
{
|
||||||
key: 'action',
|
key: 'action',
|
||||||
|
required: true,
|
||||||
type: 'string',
|
type: 'string',
|
||||||
helpText: 'Which action of user this should trigger on.',
|
helpText: 'Which action of user this should trigger on.',
|
||||||
choices: {
|
choices: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user