Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#7900 closed (duplicate)

Missing 'tell' in uploaded objects

Reported by: magneto Owned by: nobody
Component: Core (Other) Version: dev
Severity: Keywords: files 2070-fix
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

To Make the 'File IO' like nature of the 2 Uploaded objects, need to add 'tell' as a method

Attachments (2)

file_upload_tell.diff (907 bytes ) - added by magneto 16 years ago.
simply add the 'tell' method(s)
file_upload_tell.2.diff (914 bytes ) - added by magneto 16 years ago.
add the tell method (last diff forgot a 'return')

Download all attachments as: .zip

Change History (9)

by magneto, 16 years ago

Attachment: file_upload_tell.diff added

simply add the 'tell' method(s)

by magneto, 16 years ago

Attachment: file_upload_tell.2.diff added

add the tell method (last diff forgot a 'return')

comment:1 by magneto, 16 years ago

Keywords: 2070-fix added

Is there a reviewer in the house?

want to see if this will get in before the freeze .. .

comment:2 by Eric Holscher, 16 years ago

milestone: 1.0
Triage Stage: UnreviewedDesign decision needed

comment:3 by magneto, 16 years ago

This looks fixed in the file storage rf [8244]

comment:4 by Julien Phalip, 16 years ago

#7769 tackles this issue plus some other missing methods.

comment:5 by Julien Phalip, 16 years ago

Dupe of #7769.

comment:6 by Jacob, 16 years ago

Resolution: duplicate
Status: newclosed

comment:7 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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