Skip to content

Commit

Permalink
change tooltip for unselected PK
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMyroslav committed Jun 3, 2022
1 parent 728881b commit f470f4b
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 f470f4b

Please sign in to comment.