Bug #34350
Renaming folder doesn't show original name
| Status: | Resolved | Start date: | 2012-02-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 6.0 final | |||
| Votes: | 0 |
Description
renaming a folder doesnt show the original name in the input field
should display "fobar" in the input field
History
Updated by Benjamin Mack about 1 year ago
- Target version set to 6.0 final
Updated by Andreas Wolf about 1 year ago
This must be a bug in the folder object or it's creation, as the getName() method of the folder is called correctly, but the $name property of the folder object is empty.
Updated by Andreas Wolf about 1 year ago
- Status changed from New to Resolved
This is fixed with commit cf79ad5e67a204ebbf3588540fe7a5b0e087adea in branch plain-fileabstraction.
Updated by Andreas Wolf about 1 year ago
Wrong commit id, 749e5172f4d44a61cde1701e4b0235d880ff28e7 is correct.