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

Summary: No info message in "Create Table" dialog after first opening
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: CodeAssignee: Jiri Skrivanek <jskrivanek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152581    

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).