[kepler-dev] [Bug 5101] Composite Actor windows show wrong title after workflow Rename

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Jan 4 23:53:59 PST 2011


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5101

Aaron <aschultz at nceas.ucsb.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #7 from Aaron <aschultz at nceas.ucsb.edu> 2011-01-04 23:53:58 PST ---
Aha, I finally tracked this down.  The issue was that the Effigy for the
ComponentEntity has a special StringAttribute attached to it called an
identifier.  The String that is created for the new frame is created using this
identifier as seen in the Configuration._effigyIdentifier(Effigy,NamedObj)
method.  So all that was needed was to also update that effigy identifier in
the RenameUtil.renameComponentEntity(ComponentEntity,String) method and now
we're cooking with gas.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list