Skip to content

Commit

Permalink
HCK-7984: Automatically mark PK as Not Null (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale authored Sep 19, 2024
1 parent 4eefd8a commit 628c118
Showing 1 changed file with 105 additions and 5 deletions.
110 changes: 105 additions & 5 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,27 @@ making sure that you maintain a proper JSON format.
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox"
"propertyType": "checkbox",
"dependency": {
"key": "primaryKey",
"value": true
},
"disabled": true,
"defaultValue": true
},
{
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
"type": "not",
"values": {
"key": "primaryKey",
"value": true
}
},
"defaultValue": false
},
{
"propertyName": "Masked with function",
Expand Down Expand Up @@ -918,7 +938,27 @@ making sure that you maintain a proper JSON format.
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox"
"propertyType": "checkbox",
"dependency": {
"key": "primaryKey",
"value": true
},
"disabled": true,
"defaultValue": true
},
{
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
"type": "not",
"values": {
"key": "primaryKey",
"value": true
}
},
"defaultValue": false
},
{
"propertyName": "Masked with function",
Expand Down Expand Up @@ -1461,7 +1501,27 @@ making sure that you maintain a proper JSON format.
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox"
"propertyType": "checkbox",
"dependency": {
"key": "primaryKey",
"value": true
},
"disabled": true,
"defaultValue": true
},
{
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
"type": "not",
"values": {
"key": "primaryKey",
"value": true
}
},
"defaultValue": false
},
{
"propertyName": "Masked with function",
Expand Down Expand Up @@ -1921,7 +1981,27 @@ making sure that you maintain a proper JSON format.
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox"
"propertyType": "checkbox",
"dependency": {
"key": "primaryKey",
"value": true
},
"disabled": true,
"defaultValue": true
},
{
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
"type": "not",
"values": {
"key": "primaryKey",
"value": true
}
},
"defaultValue": false
},
{
"propertyName": "Masked with function",
Expand Down Expand Up @@ -2355,7 +2435,27 @@ making sure that you maintain a proper JSON format.
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox"
"propertyType": "checkbox",
"dependency": {
"key": "primaryKey",
"value": true
},
"disabled": true,
"defaultValue": true
},
{
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
"type": "not",
"values": {
"key": "primaryKey",
"value": true
}
},
"defaultValue": false
},
{
"propertyName": "Primary key",
Expand Down

0 comments on commit 628c118

Please sign in to comment.