#1536 closed defect (fixed)
[patch] FilePathField with recurive option loses subdirectory
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Validators | Version: | magic-removal |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
When using the recursive option to FilePathField, it joins together the initial path and the file name instead of the current path and the file name. Patch coming in a moment.
Attachments (1)
Change History (4)
by , 20 years ago
| Attachment: | FilePathField-recursive-fix.diff added |
|---|
comment:1 by , 20 years ago
| Summary: | FilePathField with recurive option loses subdirectory → [patch] FilePathField with recurive option loses subdirectory |
|---|
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix for recursive FilePathField