Attachments should be saved with "list = 1"

killes@www.drop.org - May 16, 2009 - 21:11
Project:WebDAV for Drupal
Version:6.x-1.0-rc7
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

or at least an option for this should exist.

#1

Yoran - May 18, 2009 - 22:42

I'm planning a big refactoring, I'll will do this at this time.

#2

Thoron77 - August 17, 2009 - 07:31

Hi,

The temporary solution I've found is to edit the

webdav_attachement.module

file in webdav_attachement folder in the module directory.

In the function webdav_attachement_node_attachements_put after the line

$file->description= basename($file_name);

add

$file->list = true;

And your attachments should be now listed when added.

 
 

Drupal is a registered trademark of Dries Buytaert.