Actions
Bug #2089
closedFile Management PT reports an error when it succeeds when trying to create a directory that already exists
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
An erroneous "!" handing in the ifvarclass condition... The check is on "!islink", and of course a directory is never a link, so it matches... duh.
Updated by Jonathan CLARKE almost 13 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset commit:ba5ffd973857f1dafaecfe13bfb3b7689b43e23e.
Updated by Nicolas CHARLES almost 13 years ago
Hum, this looks quite a complex condition. However, after some thought on it (and seeing it on a large screen), it looks fine to me
Updated by Nicolas CHARLES almost 13 years ago
- Status changed from Pending technical review to Released
Actions