Skip to content

Commit 05b57ff

Browse files
authored
Merge pull request #68 from hackolade/HCK-3792--hackolade-re-bug-report-user-defined-type-not
Added Array Type property for non-reference enums, composite, range_udt, and domain types
2 parents 3ac5393 + 0e3ad30 commit 05b57ff

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4463,16 +4463,6 @@ making sure that you maintain a proper JSON format.
44634463
"propertyType": "group",
44644464
"propertyKeyword": "array_type",
44654465
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
4466-
"enableForReference": true,
4467-
"dependency": {
4468-
"type": "or",
4469-
"values": [
4470-
{
4471-
"key": "$ref",
4472-
"exist": true
4473-
}
4474-
]
4475-
},
44764466
"structure": [
44774467
{
44784468
"propertyName": "Size limit",
@@ -4522,16 +4512,6 @@ making sure that you maintain a proper JSON format.
45224512
"propertyType": "group",
45234513
"propertyKeyword": "array_type",
45244514
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
4525-
"enableForReference": true,
4526-
"dependency": {
4527-
"type": "or",
4528-
"values": [
4529-
{
4530-
"key": "$ref",
4531-
"exist": true
4532-
}
4533-
]
4534-
},
45354515
"structure": [
45364516
{
45374517
"propertyName": "Size limit",
@@ -4582,16 +4562,6 @@ making sure that you maintain a proper JSON format.
45824562
"propertyType": "group",
45834563
"propertyKeyword": "array_type",
45844564
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
4585-
"enableForReference": true,
4586-
"dependency": {
4587-
"type": "or",
4588-
"values": [
4589-
{
4590-
"key": "$ref",
4591-
"exist": true
4592-
}
4593-
]
4594-
},
45954565
"structure": [
45964566
{
45974567
"propertyName": "Size limit",
@@ -4727,16 +4697,6 @@ making sure that you maintain a proper JSON format.
47274697
"propertyType": "group",
47284698
"propertyKeyword": "array_type",
47294699
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
4730-
"enableForReference": true,
4731-
"dependency": {
4732-
"type": "or",
4733-
"values": [
4734-
{
4735-
"key": "$ref",
4736-
"exist": true
4737-
}
4738-
]
4739-
},
47404700
"structure": [
47414701
{
47424702
"propertyName": "Size limit",

0 commit comments

Comments
 (0)