Skip to content

Commit

Permalink
HCK-8740: Add composite PK/UK to FE (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale authored Nov 14, 2024
1 parent 5fae035 commit 5d7da09
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 @@ -275,6 +275,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 @@ -533,6 +534,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 @@ -860,6 +862,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 @@ -1118,6 +1121,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 @@ -1406,6 +1410,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 @@ -1664,6 +1669,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 @@ -1991,6 +1997,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 @@ -2249,6 +2256,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 @@ -2633,6 +2641,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 @@ -2891,6 +2900,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 @@ -3185,6 +3195,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 @@ -3443,6 +3454,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 @@ -3896,6 +3908,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 @@ -4154,6 +4167,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 @@ -4428,6 +4442,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 @@ -4686,6 +4701,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 @@ -4981,6 +4997,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 @@ -5239,6 +5256,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 5d7da09

Please sign in to comment.