Skip to content

Commit

Permalink
HCK-8740: Add composite PK/UK to FE (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale authored Nov 14, 2024
1 parent 4dabb40 commit de3e4c6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,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 @@ -454,6 +455,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 @@ -686,6 +688,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 @@ -924,6 +927,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 @@ -1126,6 +1130,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 @@ -1364,6 +1369,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 @@ -1605,6 +1611,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 @@ -1843,6 +1850,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 @@ -2082,6 +2090,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 @@ -2320,6 +2329,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 @@ -2528,6 +2538,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 @@ -2766,6 +2777,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 @@ -3074,6 +3086,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 @@ -3312,6 +3325,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 @@ -3500,6 +3514,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 @@ -3738,6 +3753,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 @@ -3947,6 +3963,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 @@ -4185,6 +4202,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 de3e4c6

Please sign in to comment.