Skip to content

Commit

Permalink
HCK-8740: Add composite PK/UK to FE (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale authored Nov 14, 2024
1 parent 5e3c19a commit 699a456
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -478,6 +479,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"key": "compositeUniqueKey",
Expand Down Expand Up @@ -736,6 +738,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -974,6 +977,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"key": "compositeUniqueKey",
Expand Down Expand Up @@ -1204,6 +1208,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -1442,6 +1447,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"key": "compositeUniqueKey",
Expand Down Expand Up @@ -1711,6 +1717,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -1949,6 +1956,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"key": "compositeUniqueKey",
Expand Down Expand Up @@ -2245,6 +2253,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -2483,6 +2492,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"key": "compositeUniqueKey",
Expand Down Expand Up @@ -2699,6 +2709,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -2937,6 +2948,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"key": "compositeUniqueKey",
Expand Down Expand Up @@ -3174,6 +3186,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -3412,6 +3425,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"key": "compositeUniqueKey",
Expand Down

0 comments on commit 699a456

Please sign in to comment.