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 unchecked PK
  • Loading branch information
DrMyroslav authored Jun 3, 2022
2 parents 4b17d15 + eb0f07e commit 9e45459
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,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 @@ -679,7 +679,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 @@ -1100,7 +1100,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 @@ -1574,7 +1574,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 @@ -2037,7 +2037,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 @@ -2462,7 +2462,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 @@ -2992,7 +2992,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 @@ -3397,7 +3397,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 @@ -3823,7 +3823,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 9e45459

Please sign in to comment.