Bug #73398 Change some text references regarding views related to Import Multiple operation
Submitted: 25 Jul 2014 17:55 Modified: 18 Aug 2014 21:40
Reporter: Javier Treviño Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL for Windows: MySQL for Excel Severity:S3 (Non-critical)
Version:1.3.0 OS:Any
Assigned to: CPU Architecture:Any

[25 Jul 2014 17:55] Javier Treviño
Description:
The context menu option called "Import Selected and Related DB Objects", that appears when right-clicking a table in the database objects selection panel, must be changed to read "Import Selected and Related Tables", since no other type of DB object is allowed, only tables.

Also within the Import Data dialog for a multiple selection, one of the labels read "Selected related Tables and Views:", it must be changed to "Selected related Tables:" since views cannot be related. 

How to repeat:
1. Open MySQL for Excel
2. Select any schema that contains tables related by foreign keys (e.g. sakila)
3. Right-click a related table (e.g. address)
4. Note in the context menu the option called "Import Selected and Related DB Objects", it should read "Import Selected and Related Tables".
5. Click on the option from step 4.
6. In the Import Data dialog, note one of the labels read "Selected related Tables and Views:", it should read "Selected related Tables:".
[31 Jul 2014 15:50] Javier Treviño
Posted by developer:
 
Removed the reference to "views" wherever relationships are mentioned, since relationships only concern tables, not views.
[18 Aug 2014 21:40] Philip Olson
Fixed as of the upcoming MySQL for Excel 1.3.2 release, and here's the changelog entry:

Two labels were changed: the context menu option "Import Selected and
Related DB Objects" changed to "Import Selected and Related Tables", and
"Selected related Tables and Views" changed to "Selected related Tables".
This is because these options only apply to tables.

Thank you for the bug report.
[26 Aug 2014 19:15] Todd Farmer
Published.