Skip to content

Commit 9e45459

Browse files
authored
Merge pull request #3 from DrMyroslav/HCK-1546-v-6-1-2-alpha-1-5-can-we-adjust-the-tooltip
change tooltip for unchecked PK
2 parents 4b17d15 + eb0f07e commit 9e45459

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ making sure that you maintain a proper JSON format.
226226
}
227227
},
228228
{
229-
"tooltip": "Remove the existing single column primary key definition prior to unlock the possibility to mark this column as the new primary key for this table",
229+
"tooltip": "Another column has already been selected as primary key. You must unselect it prior to either selecting this column, or creating a compound primary key.",
230230
"dependency": {
231231
"level": "siblings",
232232
"key": "primaryKey",
@@ -679,7 +679,7 @@ making sure that you maintain a proper JSON format.
679679
}
680680
},
681681
{
682-
"tooltip": "Remove the existing single column primary key definition prior to unlock the possibility to mark this column as the new primary key for this table",
682+
"tooltip": "Another column has already been selected as primary key. You must unselect it prior to either selecting this column, or creating a compound primary key.",
683683
"dependency": {
684684
"level": "siblings",
685685
"key": "primaryKey",
@@ -1100,7 +1100,7 @@ making sure that you maintain a proper JSON format.
11001100
}
11011101
},
11021102
{
1103-
"tooltip": "Remove the existing single column primary key definition prior to unlock the possibility to mark this column as the new primary key for this table",
1103+
"tooltip": "Another column has already been selected as primary key. You must unselect it prior to either selecting this column, or creating a compound primary key.",
11041104
"dependency": {
11051105
"level": "siblings",
11061106
"key": "primaryKey",
@@ -1574,7 +1574,7 @@ making sure that you maintain a proper JSON format.
15741574
}
15751575
},
15761576
{
1577-
"tooltip": "Remove the existing single column primary key definition prior to unlock the possibility to mark this column as the new primary key for this table",
1577+
"tooltip": "Another column has already been selected as primary key. You must unselect it prior to either selecting this column, or creating a compound primary key.",
15781578
"dependency": {
15791579
"level": "siblings",
15801580
"key": "primaryKey",
@@ -2037,7 +2037,7 @@ making sure that you maintain a proper JSON format.
20372037
}
20382038
},
20392039
{
2040-
"tooltip": "Remove the existing single column primary key definition prior to unlock the possibility to mark this column as the new primary key for this table",
2040+
"tooltip": "Another column has already been selected as primary key. You must unselect it prior to either selecting this column, or creating a compound primary key.",
20412041
"dependency": {
20422042
"level": "siblings",
20432043
"key": "primaryKey",
@@ -2462,7 +2462,7 @@ making sure that you maintain a proper JSON format.
24622462
}
24632463
},
24642464
{
2465-
"tooltip": "Remove the existing single column primary key definition prior to unlock the possibility to mark this column as the new primary key for this table",
2465+
"tooltip": "Another column has already been selected as primary key. You must unselect it prior to either selecting this column, or creating a compound primary key.",
24662466
"dependency": {
24672467
"level": "siblings",
24682468
"key": "primaryKey",
@@ -2992,7 +2992,7 @@ making sure that you maintain a proper JSON format.
29922992
}
29932993
},
29942994
{
2995-
"tooltip": "Remove the existing single column primary key definition prior to unlock the possibility to mark this column as the new primary key for this table",
2995+
"tooltip": "Another column has already been selected as primary key. You must unselect it prior to either selecting this column, or creating a compound primary key.",
29962996
"dependency": {
29972997
"level": "siblings",
29982998
"key": "primaryKey",
@@ -3397,7 +3397,7 @@ making sure that you maintain a proper JSON format.
33973397
}
33983398
},
33993399
{
3400-
"tooltip": "Remove the existing single column primary key definition prior to unlock the possibility to mark this column as the new primary key for this table",
3400+
"tooltip": "Another column has already been selected as primary key. You must unselect it prior to either selecting this column, or creating a compound primary key.",
34013401
"dependency": {
34023402
"level": "siblings",
34033403
"key": "primaryKey",
@@ -3823,7 +3823,7 @@ making sure that you maintain a proper JSON format.
38233823
}
38243824
},
38253825
{
3826-
"tooltip": "Remove the existing single column primary key definition prior to unlock the possibility to mark this column as the new primary key for this table",
3826+
"tooltip": "Another column has already been selected as primary key. You must unselect it prior to either selecting this column, or creating a compound primary key.",
38273827
"dependency": {
38283828
"level": "siblings",
38293829
"key": "primaryKey",

0 commit comments

Comments
 (0)