| Bug #36060 | DBDoc HTML Basic Single Page missing schema and table numbers | ||
|---|---|---|---|
| Submitted: | 14 Apr 2008 14:39 | Modified: | 11 May 2008 1:07 |
| Reporter: | Ian Jones | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
| Version: | 5.0.17 SE RC | OS: | Any |
| Assigned to: | Mike Lischke | CPU Architecture: | Any |
| Tags: | DBDoc, SE, workbench | ||
[14 Apr 2008 17:01]
MySQL Verification Team
Thank you for the bug report.
[15 Apr 2008 7:02]
Mike Lischke
Fixed in rev. 3068
[15 Apr 2008 15:23]
Johannes Taxacher
this is fixed (tested in SVN Rev 2072)
[11 May 2008 1:07]
Paul DuBois
Noted in 5.0.19 changelog. The HTML Basic Single Page DBDoc report from the Model -> DBDoc -> Model Reporting menu option was missing the schema and table numbers.

Description: The HTML Basic Single Page DBDoc report from the Model -> DBDoc - Model Reporting menu option is missing the schema and table numbers when created. For example: where the first schema name of two schemas should be followed by "(1/2)", it is followed by "(/2)". For example: where the third table name of sixty eight tables should be followed by "(3/68)", it is followed by "(/68)". How to repeat: With a valid data model in use, select the Model -> DBDoc - Model Reporting... menu option. Select the "HTML Basic Single Page option from the "Available Templates" list. Click Finish button. View output. Suggested fix: In modules/data/wb_model_reporting/HTML_Basic_Single_Page.tpl folder: Change {{SCHEMA_NR}} to {{SCHEMA_ID}} in index.html.tpl Change {{TABLE_NR}} to {{TABLE_ID}} in index.htl.tpl