Modify

Opened 3 years ago

Closed 3 years ago

#13996 closed defect (fixed)

When extending name of root component of a tree the extension is added twice

Reported by: Cinc-th Owned by: Cinc-th
Priority: normal Component: SubcomponentsPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.4

Description

Example components:

RootFoo
RootFoo/Comp1
RootFoo/Comp2
RootFoo/Comp3

When renaming RootFoo to RootFooBar the result is:

RootFooBarBar
RootFooBar/Comp1
RootFooBar/Comp2
RootFooBar/Comp3

Note that Bar is added twice to the base name.

When renaming RootFoo to Root everything is ok:

Root
Root/Comp1
Root/Comp2
Root/Comp3

Attachments (0)

Change History (1)

comment:1 Changed 3 years ago by Cinc-th

Owner: set to Cinc-th
Resolution: fixed
Status: newclosed

In 18175:

SubcomponentsPlugin: fix parent rename problem when the parent name was extended, e.g. Root -> RootBar.

Closes #13996

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Cinc-th.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.