This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 148825 - No info message in "Create Table" dialog after first opening
Summary: No info message in "Create Table" dialog after first opening
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks: 152581
  Show dependency tree
 
Reported: 2008-10-01 11:13 UTC by Roman Mostyka
Modified: 2009-06-23 19:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-10-01 11:13:08 UTC
1. Connect to some DB.
2. Expand it's node, rightclick "Tables" node and choose "Create Table...".

Result: No message appears in opened "Create Table" dialog, but according to http://wiki.netbeans.org/InformationIcons
there should be some informational message about necessity of some parameters.
Comment 1 Jiri Rechtacek 2009-02-10 15:36:55 UTC
Reassigned to new owner.
Comment 2 Jiri Skrivanek 2009-06-23 10:28:50 UTC
Added notification support to this panel.
core-main #9c15b63716a3
Comment 3 Quality Engineering 2009-06-23 19:11:01 UTC
Integrated into 'main-golden', will be available in build *200906231401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9c15b63716a3
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #148825 - Add Colum dialog is now used in Create Table dialog to add columns. Also added notification about missing or wrong input parameter to both panels. Also addressed several validation issues (15405, 148738, 148825, 148827, 150546).