Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KnowageLabs
Knowage-Server
Commits
8cb4de00
Commit
8cb4de00
authored
May 19, 2022
by
Alberto Nale
Browse files
Fixed external application URL maxlength to 1000
parent
badbf3ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
knowage-vue/src/modules/managers/menuManagement/ElementDetailsCard/MenuManagementValidationDescriptor.json
View file @
8cb4de00
...
...
@@ -10,10 +10,10 @@
{
"key"
:
"maximumCharacters"
,
"validator"
:
{
"type"
:
"maxLength"
,
"params"
:
{
"max"
:
100
}
},
"type"
:
"maxLength"
}
},
{
...
...
@@ -33,10 +33,10 @@
{
"key"
:
"maximumCharacters"
,
"validator"
:
{
"type"
:
"maxLength"
,
"params"
:
{
"max"
:
100
}
},
"type"
:
"maxLength"
}
},
{
...
...
@@ -65,10 +65,10 @@
{
"key"
:
"maximumCharacters"
,
"validator"
:
{
"type"
:
"maxLength"
,
"params"
:
{
"max"
:
100
}
"max"
:
1000
},
"type"
:
"maxLength"
}
}
]
...
...
@@ -87,10 +87,10 @@
{
"key"
:
"maximumCharacters"
,
"validator"
:
{
"type"
:
"maxLength"
,
"params"
:
{
"max"
:
100
}
},
"type"
:
"maxLength"
}
}
]
...
...
@@ -101,10 +101,10 @@
{
"key"
:
"maximumCharacters"
,
"validator"
:
{
"type"
:
"maxLength"
,
"params"
:
{
"max"
:
1000
}
},
"type"
:
"maxLength"
}
}
]
...
...
@@ -115,4 +115,4 @@
}
]
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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