Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1536 closed defect (fixed)

[patch] FilePathField with recurive option loses subdirectory

Reported by: Andy Dustman <farcepest@…> 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)

FilePathField-recursive-fix.diff (569 bytes ) - added by Andy Dustman <farcepest@…> 18 years ago.
Fix for recursive FilePathField

Download all attachments as: .zip

Change History (4)

by Andy Dustman <farcepest@…>, 18 years ago

Fix for recursive FilePathField

comment:1 by Chris Beaven, 18 years ago

Summary: FilePathField with recurive option loses subdirectory[patch] FilePathField with recurive option loses subdirectory

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2731]) magic-removal: Fixed #1536 -- FilePathField with recursive=True no longer loses subdirectory. Thanks, Andy Dustman

comment:3 by Adrian Holovaty, 18 years ago

milestone: Version 0.92

Milestone Version 0.92 deleted

Note: See TracTickets for help on using tickets.
Back to Top