Skip to content

Commit

Permalink
Merge pull request #3 from DrMyroslav/HCK-1546-v-6-1-2-alpha-1-5-can-…
Browse files Browse the repository at this point in the history
…we-adjust-the-tooltip

change tooltip for unselected PK
  • Loading branch information
DrMyroslav authored Jun 3, 2022
2 parents 728881b + f470f4b commit 7726be2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ making sure that you maintain a proper JSON format.
}
},
{
"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",
"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.",
"dependency": {
"level": "siblings",
"key": "primaryKey",
Expand Down Expand Up @@ -939,7 +939,7 @@ making sure that you maintain a proper JSON format.
}
},
{
"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",
"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.",
"dependency": {
"level": "siblings",
"key": "primaryKey",
Expand Down Expand Up @@ -1437,7 +1437,7 @@ making sure that you maintain a proper JSON format.
}
},
{
"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",
"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.",
"dependency": {
"level": "siblings",
"key": "primaryKey",
Expand Down Expand Up @@ -2001,7 +2001,7 @@ making sure that you maintain a proper JSON format.
}
},
{
"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",
"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.",
"dependency": {
"level": "siblings",
"key": "primaryKey",
Expand Down Expand Up @@ -2417,7 +2417,7 @@ making sure that you maintain a proper JSON format.
}
},
{
"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",
"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.",
"dependency": {
"level": "siblings",
"key": "primaryKey",
Expand Down

0 comments on commit 7726be2

Please sign in to comment.