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 208612 - Changing the DisplayName Property in Connection Node does not update node name
Summary: Changing the DisplayName Property in Connection Node does not update node name
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: NETFIX
Depends on:
Blocks:
 
Reported: 2012-02-19 14:40 UTC by matthias42
Modified: 2012-04-04 10:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch v1 (1.34 KB, patch)
2012-02-19 14:40 UTC, matthias42
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description matthias42 2012-02-19 14:40:29 UTC
Created attachment 115919 [details]
proposed patch v1

There are two ways to modify a connection node: via context-menu => rename and via the property editor. If the property editor is used and the display name is changed, the displayed name of the node is not correctly updated. The attached patch fixes this.
Comment 1 Jiri Rechtacek 2012-04-02 18:45:58 UTC
Thank you - applied in core-main/rev/8e3e2f2cdd5a
Comment 2 Quality Engineering 2012-04-04 10:09:26 UTC
Integrated into 'main-golden', will be available in build *201204040400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8e3e2f2cdd5a
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #208612: Changing the DisplayName Property in Connection Node does not update node name