Skip to content

Commit

Permalink
Merge pull request #68 from hackolade/HCK-3792--hackolade-re-bug-repo…
Browse files Browse the repository at this point in the history
…rt-user-defined-type-not

Added Array Type property for non-reference enums, composite, range_udt, and domain types
  • Loading branch information
Vitalii4as authored Aug 1, 2023
2 parents 3ac5393 + 0e3ad30 commit 05b57ff
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4463,16 +4463,6 @@ making sure that you maintain a proper JSON format.
"propertyType": "group",
"propertyKeyword": "array_type",
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
"enableForReference": true,
"dependency": {
"type": "or",
"values": [
{
"key": "$ref",
"exist": true
}
]
},
"structure": [
{
"propertyName": "Size limit",
Expand Down Expand Up @@ -4522,16 +4512,6 @@ making sure that you maintain a proper JSON format.
"propertyType": "group",
"propertyKeyword": "array_type",
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
"enableForReference": true,
"dependency": {
"type": "or",
"values": [
{
"key": "$ref",
"exist": true
}
]
},
"structure": [
{
"propertyName": "Size limit",
Expand Down Expand Up @@ -4582,16 +4562,6 @@ making sure that you maintain a proper JSON format.
"propertyType": "group",
"propertyKeyword": "array_type",
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
"enableForReference": true,
"dependency": {
"type": "or",
"values": [
{
"key": "$ref",
"exist": true
}
]
},
"structure": [
{
"propertyName": "Size limit",
Expand Down Expand Up @@ -4727,16 +4697,6 @@ making sure that you maintain a proper JSON format.
"propertyType": "group",
"propertyKeyword": "array_type",
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
"enableForReference": true,
"dependency": {
"type": "or",
"values": [
{
"key": "$ref",
"exist": true
}
]
},
"structure": [
{
"propertyName": "Size limit",
Expand Down

0 comments on commit 05b57ff

Please sign in to comment.