Modify ↓
Opened 5 years ago
Closed 5 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 5 years ago by
| Owner: | set to Cinc-th |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



In 18175: